Hello! This series contains minor response-time improvements.
1. Create trivial always-true version of rcu_is_nocb_cpu() for CONFIG_RCU_NOCB_CPU_ALL=y kernels. 2. Create trivial always-false version of rcu_needs_cpu() for CONFIG_RCU_NOCB_CPU_ALL=y kernels. 3. Don't bother doing CONFIG_RCU_FAST_NO_HZ work at idle entry and exit time for CONFIG_RCU_NOCB_CPU_ALL=y kernels. Thanx, Paul ------------------------------------------------------------------------ b/include/linux/rcupdate.h | 4 ++++ b/include/linux/rcutiny.h | 6 ------ b/include/linux/rcutree.h | 2 ++ b/kernel/rcu/tree.c | 2 +- b/kernel/rcu/tree_plugin.h | 2 ++ include/linux/rcupdate.h | 9 +++++++++ kernel/rcu/tree_plugin.h | 11 +++++++++-- 7 files changed, 27 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/