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)
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>

No differences found