OSDN Git Service

rcu: Streamline code produced by __rcu_read_unlock()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 11 Jan 2012 23:30:36 +0000 (15:30 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:03:40 +0000 (09:03 -0800)
commitafef20540f7cd1ea91bc1ac20be238389eee4003
tree876449c4304fe57004f3c057777c728ed443113b
parent26861faf896a4cfdc4243281e5c305755f4bad52
rcu: Streamline code produced by __rcu_read_unlock()

This is a port of commit #be0e1e21 to TINY_PREEMPT_RCU.  This uses
noinline to prevent rcu_read_unlock_special() from being inlined into
__rcu_read_unlock().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutiny_plugin.h