| commit | 31dcd6f4492484f1d1e7d4873b36e2c41739b59a | [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 15:50:32 2019 -0800 |
| tree | 6c5a833c43178aed8fd754764958964e7699a9ac | |
| parent | 2ccfe6d645e7b98c486c7ea6d47bc4e463ae52c7 [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>