| commit | 0c152ca1de04d0b65f060cdee20c4764dcacb203 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Jan 14 10:19:20 2019 -0800 |
| committer | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Jan 14 10:19:20 2019 -0800 |
| tree | 42dbea786119dd8a9dcf5a35c768489e3afa7415 | |
| parent | 97bb0fb27839c60c04820503fef3b645401d9320 [diff] |
rcu: Move irq-disabled stall-warning checking to tree_stall.h The rcu_iw_handler() function's sole purpose in life is to indicate whether a stalled CPU had interrupts disabled, so it belongs in kernel/rcu/tree_stall.h. This commit therefore makes that move, clarifying its header comment while in the area. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>