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:
e2688f0
)
[PATCH] rcu: uninline __rcu_pending()
author
Oleg Nesterov
<oleg@tv-sign.ru>
Sun, 8 Jan 2006 19:19:16 +0000
(22:19 +0300)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 9 Jan 2006 17:35:44 +0000
(09:35 -0800)
__rcu_pending() is rather fat and called twice from rcu_pending().
rcu_pending() has multiple callers, and not that small too.
This patch uninlines both of them.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Acked-by: Paul E. McKenney <paulmck@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found