commit | 3382adbc1bb8c80ea512243acf6059564287620b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Mar 04 15:41:24 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 27 12:58:00 2015 -0700 |
tree | d9244774e5c051c68ebd5409bf55e7f23296ee53 | |
parent | 2927a689e8ad5c12d6300b41e873d2b7957bc0e1 [diff] |
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>