summaryrefslogtreecommitdiff
path: root/include/linux/rcutree.h
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-11-17 21:08:07 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-02-17 16:03:33 -0800
commitf1f399d1281ea339a08469f7e58193624992f620 (patch)
tree915284120382e3180c3e58ba157cf045998549d0 /include/linux/rcutree.h
parentffa83fb565fbc397cbafb4b71fd1cce276d4c3b6 (diff)
downloadlinux-f1f399d1281ea339a08469f7e58193624992f620.tar.gz
rcu: Optimize RCU_FAST_NO_HZ for RCU_NOCB_CPU_ALL
If CONFIG_RCU_NOCB_CPU_ALL=y, then no CPU will ever have RCU callbacks because these callbacks will instead be handled by the rcuo kthreads. However, the current version of RCU_FAST_NO_HZ nevertheless checks for RCU callbacks. This commit therefore creates static inline implementations of rcu_prepare_for_idle() and rcu_cleanup_after_idle() that are no-ops when CONFIG_RCU_NOCB_CPU_ALL=y. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'include/linux/rcutree.h')
0 files changed, 0 insertions, 0 deletions