rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 22 Jan 2009 01:46:38 +0000 (09:46 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 22 Jan 2009 08:29:36 +0000 (09:29 +0100)
commit749a440b2218e9937dca8c68e23e51ca4d8d37fe
treec9590e3c071e74d127757e8d2739f5e608cdd136
parentb786c6a98ef6fa81114ba7b9fbfc0d67060775e3
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>
lib/Kconfig.debug