diff --git a/[refs] b/[refs] index 8593b6a23449..e179afe2bcd3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 486e259340fc4c60474f2c14703e3b3634bb58ca +refs/heads/master: 5c8806a037ad4f53259146060b32600566475e29 diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index 3f42cd66f0f8..72f33faca44f 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -438,15 +438,6 @@ config PREEMPT_RCU This option enables preemptible-RCU code that is common between the TREE_PREEMPT_RCU and TINY_PREEMPT_RCU implementations. -config RCU_TRACE - bool "Enable tracing for RCU" - 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. - config RCU_FANOUT int "Tree-based hierarchical RCU fanout value" range 2 64 if 64BIT diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 8745ac7d1f75..3cc419d05f2f 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -927,6 +927,16 @@ config RCU_CPU_STALL_VERBOSE Say Y if you want to enable such checks. +config RCU_TRACE + bool "Enable tracing for RCU" + depends on DEBUG_KERNEL + 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. + config KPROBES_SANITY_TEST bool "Kprobes sanity tests" depends on DEBUG_KERNEL