From: Frederic Weisbecker on 30 Mar 2010 19:00 On Tue, Mar 30, 2010 at 10:56:20PM +0200, Arnd Bergmann wrote: > +config TTY_MUTEX > + bool "Use a mutex instead of BKL for TTY locking" > + depends on EXPERIMENTAL && SMP You still need it on UP-PREEMPT. The bkl disables preemption so you need to "reproduce" this atomicity by locking your path. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: BKL conversion in TTY drivers Next: [18/45] sched: fine-tune SD_SIBLING_INIT |