X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2FKconfig.preempt;h=bf987b95b3560fbd0a7d8a820335100a55e1d105;hb=94c4fcec0144e032ef7d4ec761ab81d570b0bc2a;hp=4420ef427f833d03451eab38edce89a267f8bdbc;hpb=58b8a73ab8becfcaea84abc2a06038281efa4c8a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 4420ef4..bf987b9 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -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.