commit | 3caec62fbb313946b9be53720bbf2280bb19ec28 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 03 09:27:15 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 08 18:52:27 2017 -0700 |
tree | c8d710880df48a7c0ed48f26a3e4583ac9e0ae90 | |
parent | a68a2bb28bbf7a6dd4672a25bd87fd1b5db4fa7d [diff] |
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h The rcu_expedited and rcu_normal variables are used only by sysctl and kernel/rcu/update.c, so it does not make sense to their extern declarations in rcupdate.h. This commit therefore moves these extern declarations to update.c. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>