diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2009-01-21 20:46:38 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-22 03:29:36 -0500 |
commit | 749a440b2218e9937dca8c68e23e51ca4d8d37fe (patch) | |
tree | c9590e3c071e74d127757e8d2739f5e608cdd136 /lib/Kconfig.debug | |
parent | b786c6a98ef6fa81114ba7b9fbfc0d67060775e3 (diff) |
rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR
Impact: remove the old CONFIG_RCU_CPU_STALL_DETECTOR
tree_rcu introduce CONFIG_RCU_CPU_STALL_DETECTOR again.
These two are the same exactly except:
the old one "depends on CLASSIC_RCU"
the new one "depends on CLASSIC_RCU || TREE_RCU"
This patch remove the old one.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4c9ae6085c75..e770e85f76c7 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -633,19 +633,6 @@ config RCU_TORTURE_TEST_RUNNABLE | |||
633 | 633 | ||
634 | config RCU_CPU_STALL_DETECTOR | 634 | config RCU_CPU_STALL_DETECTOR |
635 | bool "Check for stalled CPUs delaying RCU grace periods" | 635 | bool "Check for stalled CPUs delaying RCU grace periods" |
636 | depends on CLASSIC_RCU | ||
637 | default n | ||
638 | help | ||
639 | This option causes RCU to printk information on which | ||
640 | CPUs are delaying the current grace period, but only when | ||
641 | the grace period extends for excessive time periods. | ||
642 | |||
643 | Say Y if you want RCU to perform such checks. | ||
644 | |||
645 | Say N if you are unsure. | ||
646 | |||
647 | config RCU_CPU_STALL_DETECTOR | ||
648 | bool "Check for stalled CPUs delaying RCU grace periods" | ||
649 | depends on CLASSIC_RCU || TREE_RCU | 636 | depends on CLASSIC_RCU || TREE_RCU |
650 | default n | 637 | default n |
651 | help | 638 | help |