]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] rcu: uninline __rcu_pending()
authorOleg Nesterov <oleg@tv-sign.ru>
Sun, 8 Jan 2006 19:19:16 +0000 (22:19 +0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 17:35:44 +0000 (09:35 -0800)
commit677517771b7b6efaf8617e70f655b16f3cafcc9b
tree811f5df7b430cf865ac337f73c7aa2f67cb0bbac
parente2688f00dc0ceb9d9867434dffbd080411fc23b0
[PATCH] rcu: uninline __rcu_pending()

__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>
include/linux/rcupdate.h
kernel/rcupdate.c