[PATCH tip/core/rcu 07/12] rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()

2015-03-03 Thread Paul E. McKenney
From: "Paul E. McKenney" This commit gets rid of some inline #ifdefs by replacing them with IS_ENABLED. Signed-off-by: Paul E. McKenney --- kernel/rcu/tree_plugin.h | 48 1 file changed, 20 insertions(+), 28 deletions(-) diff --git

[PATCH tip/core/rcu 07/12] rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()

2015-03-03 Thread Paul E. McKenney
From: Paul E. McKenney paul...@linux.vnet.ibm.com This commit gets rid of some inline #ifdefs by replacing them with IS_ENABLED. Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com --- kernel/rcu/tree_plugin.h | 48 1 file changed, 20