commit | afef20540f7cd1ea91bc1ac20be238389eee4003 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jan 11 15:30:36 2012 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 21 09:03:40 2012 -0800 |
tree | 876449c4304fe57004f3c057777c728ed443113b | |
parent | 26861faf896a4cfdc4243281e5c305755f4bad52 [diff] |
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>