rcu: Remove conditional compilation for RCU CPU stall warnings
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 9 Feb 2011 01:14:39 +0000 (17:14 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 6 May 2011 06:16:54 +0000 (23:16 -0700)
commita00e0d714fbded07a7a2254391ce9ed5a5cb9d82
tree7c213dbf1e2561655d07749b6d689027460fb8cc
parent0ee5623f9a6e52df90a78bd21179f8ab370e102e
rcu: Remove conditional compilation for RCU CPU stall warnings

The RCU CPU stall warnings can now be controlled using the
rcu_cpu_stall_suppress boot-time parameter or via the same parameter
from sysfs.  There is therefore no longer any reason to have
kernel config parameters for this feature.  This commit therefore
removes the RCU_CPU_STALL_DETECTOR and RCU_CPU_STALL_DETECTOR_RUNNABLE
kernel config parameters.  The RCU_CPU_STALL_TIMEOUT parameter remains
to allow the timeout to be tuned and the RCU_CPU_STALL_VERBOSE parameter
remains to allow task-stall information to be suppressed if desired.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Documentation/RCU/00-INDEX
Documentation/RCU/stallwarn.txt
kernel/rcutree.c
kernel/rcutree.h
kernel/rcutree_plugin.h
lib/Kconfig.debug