]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/Kconfig.preempt
[S390] cpumask: remove cpu_coregroup_map
[linux-2.6-omap-h63xx.git] / kernel / Kconfig.preempt
index 4420ef427f833d03451eab38edce89a267f8bdbc..bf987b95b3560fbd0a7d8a820335100a55e1d105 100644 (file)
@@ -52,17 +52,3 @@ config PREEMPT
 
 endchoice
 
-config PREEMPT_BKL
-       def_bool y
-       depends on SMP || PREEMPT
-
-config RCU_TRACE
-       bool "Enable tracing for RCU - currently stats in debugfs"
-       select DEBUG_FS
-       default y
-       help
-         This option provides tracing in RCU which presents stats
-         in debugfs for debugging RCU implementation.
-
-         Say Y here if you want to enable RCU tracing
-         Say N if you are unsure.