We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14af7e commit 58b8a73Copy full SHA for 58b8a73
kernel/Kconfig.preempt
@@ -53,15 +53,8 @@ config PREEMPT
53
endchoice
54
55
config PREEMPT_BKL
56
- bool "Preempt The Big Kernel Lock"
+ def_bool y
57
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.
65
66
config RCU_TRACE
67
bool "Enable tracing for RCU - currently stats in debugfs"
0 commit comments