-
- Downloads
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>
Showing
- Documentation/RCU/00-INDEX 1 addition, 1 deletionDocumentation/RCU/00-INDEX
- Documentation/RCU/stallwarn.txt 13 additions, 10 deletionsDocumentation/RCU/stallwarn.txt
- kernel/rcutree.c 1 addition, 25 deletionskernel/rcutree.c
- kernel/rcutree.h 0 additions, 12 deletionskernel/rcutree.h
- kernel/rcutree_plugin.h 0 additions, 12 deletionskernel/rcutree_plugin.h
- lib/Kconfig.debug 2 additions, 28 deletionslib/Kconfig.debug
Loading
Please register or sign in to comment