Skip to content

Commit

Permalink
sched: make PREEMPT_BKL the default
Browse files Browse the repository at this point in the history
make PREEMPT_BKL the default.

precursor to removal of the !PREEMPT_BKL code.

Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Ingo Molnar committed Jan 25, 2008
1 parent e14af7e commit 58b8a73
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions kernel/Kconfig.preempt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,8 @@ config PREEMPT
endchoice

config PREEMPT_BKL
bool "Preempt The Big Kernel Lock"
def_bool y
depends on SMP || PREEMPT
default y
help
This option reduces the latency of the kernel by making the
big kernel lock preemptible.

Say Y here if you are building a kernel for a desktop system.
Say N if you are unsure.

config RCU_TRACE
bool "Enable tracing for RCU - currently stats in debugfs"
Expand Down

0 comments on commit 58b8a73

Please sign in to comment.