commit | 677517771b7b6efaf8617e70f655b16f3cafcc9b | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Sun Jan 08 22:19:16 2006 +0300 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 09 09:35:44 2006 -0800 |
tree | 811f5df7b430cf865ac337f73c7aa2f67cb0bbac | |
parent | e2688f00dc0ceb9d9867434dffbd080411fc23b0 [diff] |
[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>