commit | 3d54f7983f3e6ac9f444fa20970b1abc8f089b79 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 03 12:25:50 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 08 18:52:31 2017 -0700 |
tree | e97b6a3b56d95339719e95545a237e38d3c10c6e | |
parent | fa3c66476975abf00c97f27b6c2b3d223f7d57f5 [diff] |
rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h The rcu_is_nocb_cpu() function is used only internally to RCU. This commit therefore moves its declaration from include/linux/rcupdate.h to kernel/rcu/rcu.h. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>