git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2927a68
)
rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 4 Mar 2015 23:41:24 +0000
(15:41 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:58:00 +0000
(12:58 -0700)
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>
No differences found