Make PREEMPT_BKL depend on PREEMPT alone - doesnt make sense to enable it
on SMP && !PREEMPT kernels. (other than testing.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
config PREEMPT_BKL
bool "Preempt The Big Kernel Lock"
- depends on PREEMPT || SMP
+ depends on PREEMPT
default y
help
This option reduces the latency of the kernel by making the
config PREEMPT_BKL
bool "Preempt The Big Kernel Lock"
- depends on PREEMPT || SMP
+ depends on PREEMPT
default y
help
This option reduces the latency of the kernel by making the