rcu: Move RCU_BOOST #ifdefs to header file
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 16 Jun 2011 15:26:32 +0000 (08:26 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 16 Jun 2011 23:12:05 +0000 (16:12 -0700)
commitf8b7fc6b514f34a51875dd48dff70d4d17a54f38
treedc6583851e3536516761b0fd9b07f5a3a1743ebb
parenta46e0899eec7a3069bcadd45dfba7bf67c6ed016
rcu: Move RCU_BOOST #ifdefs to header file

The commit "use softirq instead of kthreads except when RCU_BOOST=y"
just applied #ifdef in place.  This commit is a cleanup that moves
the newly #ifdef'ed code to the header file kernel/rcutree_plugin.h.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c
kernel/rcutree.h
kernel/rcutree_plugin.h