]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite74612b904b2bea04c6019384efb6cb3a0de6a5b
treedc6583851e3536516761b0fd9b07f5a3a1743ebb
parente5f633f22f03ff9a4dd723c5d5d8ea219ee7446a
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