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:
32c141a
)
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 30 Mar 2010 22:46:01 +0000
(15:46 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 10 May 2010 18:08:32 +0000
(11:08 -0700)
Because synchronize_rcu_bh() is identical to synchronize_sched(),
make the former a static inline invoking the latter, saving the
overhead of an EXPORT_SYMBOL_GPL() and the duplicate code.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
No differences found