rcu: Move RCU CPU stall-warning code out of tree_plugin.h
authorPaul E. McKenney <paulmck@linux.ibm.com>
Sat, 12 Jan 2019 00:34:47 +0000 (16:34 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:40:13 +0000 (14:40 -0700)
commit3fc3d1709fc75995ee09ad4f35f160cf360b397b
tree2f6e4a16f1e7e39643fb5b7d87f397d0ddff8029
parent10462d6f58fb6dbde7563e9343505d98d5bfba3d
rcu: Move RCU CPU stall-warning code out of tree_plugin.h

The RCU CPU stall-warning code for normal grace periods is currently
scattered across two files, due to earlier Tiny RCU support for RCU
CPU stall warnings and for old Kconfig options that have long since
been retired.  Given that it is hard for the lead RCU maintainer to
find relevant stall-warning code, it would be good to consolidate it.
This commit continues this process by moving stall-warning code from
kernel/rcu/tree_plugin.c to a new kernel/rcu/tree_stall.h file.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree_plugin.h
kernel/rcu/tree_stall.h