Commit b0c7ad66 authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds

[PATCH] sched: Make PREEMPT_BKL depend on PREEMPT alone

Make PREEMPT_BKL depend on PREEMPT alone - doesnt make sense to enable it
on SMP && !PREEMPT kernels.  (other than testing.)
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0a78f160
...@@ -519,7 +519,7 @@ config PREEMPT ...@@ -519,7 +519,7 @@ config PREEMPT
config PREEMPT_BKL config PREEMPT_BKL
bool "Preempt The Big Kernel Lock" bool "Preempt The Big Kernel Lock"
depends on PREEMPT || SMP depends on PREEMPT
default y default y
help help
This option reduces the latency of the kernel by making the This option reduces the latency of the kernel by making the
......
...@@ -251,7 +251,7 @@ config PREEMPT ...@@ -251,7 +251,7 @@ config PREEMPT
config PREEMPT_BKL config PREEMPT_BKL
bool "Preempt The Big Kernel Lock" bool "Preempt The Big Kernel Lock"
depends on PREEMPT || SMP depends on PREEMPT
default y default y
help help
This option reduces the latency of the kernel by making the This option reduces the latency of the kernel by making the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment