diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-11 15:22:43 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-17 14:58:44 -0700 |
commit | 75c27f119b6475d95374bdad872c6938b5c26196 (patch) | |
tree | 2237d56548ca07707fe743a662e693b4cf3f429b /tools/testing/selftests/rcutorture/configs/rcu/TREE08 | |
parent | 9b683874504a57cfa97558d403c75e286e20c9ce (diff) | |
download | linux-stable-75c27f119b6475d95374bdad872c6938b5c26196.tar.gz linux-stable-75c27f119b6475d95374bdad872c6938b5c26196.tar.bz2 linux-stable-75c27f119b6475d95374bdad872c6938b5c26196.zip |
rcu: Remove CONFIG_RCU_CPU_STALL_INFO
The CONFIG_RCU_CPU_STALL_INFO has been default-y for a couple of
releases with no complaints, so it is time to eliminate this Kconfig
option entirely, so that the long-form RCU CPU stall warnings cannot
be disabled. This commit does just that.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE08')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE08 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE08 b/tools/testing/selftests/rcutorture/configs/rcu/TREE08 index a24d2ca30646..bb9b0c1a23c2 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE08 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE08 @@ -19,7 +19,6 @@ CONFIG_RCU_NOCB_CPU_ALL=y CONFIG_DEBUG_LOCK_ALLOC=n CONFIG_PROVE_LOCKING=y #CHECK#CONFIG_PROVE_RCU=y -CONFIG_RCU_CPU_STALL_INFO=n CONFIG_RCU_BOOST=n CONFIG_DEBUG_OBJECTS_RCU_HEAD=n CONFIG_RCU_EXPERT=y |