| commit | 2c69ed18a05d96e5ab5a06fdb7402d1fa59611c2 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Sep 02 12:30:58 2014 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Sep 02 12:30:58 2014 -0700 |
| tree | cd5346c39c0164d680010de9d7be611eeaf308bd | |
| parent | c0ef963f21d43440c4726e6b2bdaa1f93bddc9b1 [diff] |
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>