From: Paul E. McKenney Date: Wed, 4 Mar 2015 23:41:24 +0000 (-0800) Subject: rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs X-Git-Tag: omap-for-v4.3/legacy-v2-signed~212^2^2^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3382adbc1bb8c80ea512243acf6059564287620b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed