Skip to content

Commit 58b8a73

Browse files
author
Ingo Molnar
committed
sched: make PREEMPT_BKL the default
make PREEMPT_BKL the default. precursor to removal of the !PREEMPT_BKL code. Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent e14af7e commit 58b8a73

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

kernel/Kconfig.preempt

+1-8
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,8 @@ config PREEMPT
5353
endchoice
5454

5555
config PREEMPT_BKL
56-
bool "Preempt The Big Kernel Lock"
56+
def_bool y
5757
depends on SMP || PREEMPT
58-
default y
59-
help
60-
This option reduces the latency of the kernel by making the
61-
big kernel lock preemptible.
62-
63-
Say Y here if you are building a kernel for a desktop system.
64-
Say N if you are unsure.
6558

6659
config RCU_TRACE
6760
bool "Enable tracing for RCU - currently stats in debugfs"

0 commit comments

Comments
 (0)