]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - include/linux/rcupdate.h
rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 4 Mar 2015 23:41:24 +0000 (15:41 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:58:00 +0000 (12:58 -0700)
commit3382adbc1bb8c80ea512243acf6059564287620b
treed9244774e5c051c68ebd5409bf55e7f23296ee53
parent2927a689e8ad5c12d6300b41e873d2b7957bc0e1
rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs

This commit converts several CONFIG_RCU_NOCB_CPU_ALL #ifdefs to
instead use IS_ENABLED().  This change should help avoid hiding
code from compiler diagnostics.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
include/linux/rcutree.h
kernel/rcu/tree_plugin.h