summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-01-20 16:14:08 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-01-20 16:14:08 +1100
commit8115bc1d29a4b6f61ed7d728b961719084eb336e (patch)
tree0d9028f57cab6a03bf94bc346feca244d6444a0f /lib
parente303ed0e10b98cf094d7bbd4a65eb39433fe8172 (diff)
parentfa22aa45ce33295529d358b17ad359284883590b (diff)
Merge commit 'trivial/for-next'
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 883ecea22f37..e889e302d5a2 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -671,19 +671,6 @@ config RCU_TORTURE_TEST_RUNNABLE
config RCU_CPU_STALL_DETECTOR
bool "Check for stalled CPUs delaying RCU grace periods"
- depends on CLASSIC_RCU
- default n
- help
- This option causes RCU to printk information on which
- CPUs are delaying the current grace period, but only when
- the grace period extends for excessive time periods.
-
- Say Y if you want RCU to perform such checks.
-
- Say N if you are unsure.
-
-config RCU_CPU_STALL_DETECTOR
- bool "Check for stalled CPUs delaying RCU grace periods"
depends on CLASSIC_RCU || TREE_RCU
default n
help