X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2FKconfig.preempt;h=bf987b95b3560fbd0a7d8a820335100a55e1d105;hb=28b4d5cc17c20786848cdc07b7ea237a309776bb;hp=0669b70fa6a3af35c4c67599575a8c2a12154fa4;hpb=6478d8800b75253b2a934ddcb734e13ade023ad0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 0669b70..bf987b9 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -52,13 +52,3 @@ config PREEMPT endchoice -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.