rcu: Move RCU_BOOST variable declarations, eliminating #ifdef
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 2 Sep 2014 19:30:58 +0000 (12:30 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 28 Oct 2014 20:49:28 +0000 (13:49 -0700)
commit61cfd0970ea27764434fba5c41bdaefb26c44183
tree302b7b47a56aa179a4a7a77f019d87e34d1ab52d
parent4568779f7143f88fc5fbe7a8d619653e28f24ad1
rcu: Move RCU_BOOST variable declarations, eliminating #ifdef

There are some RCU_BOOST-specific per-CPU variable declarations that
are needlessly defined under #ifdef in kernel/rcu/tree.c.  This commit
therefore moves these declarations into a pre-existing #ifdef in
kernel/rcu/tree_plugin.h.

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