commit | d8ab29f8be918b34a1ccd174569a53f0eb04b0a5 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Fri Oct 07 18:22:03 2011 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Dec 11 10:31:32 2011 -0800 |
tree | 397799eee7eecc96c98f866db1536a19f863b513 | |
parent | 00f49e5729af602deb559b0cf293a00b625e8636 [diff] |
rcu: Remove one layer of abstraction from PROVE_RCU checking Simplify things a bit by substituting the definitions of the single-line rcu_read_acquire(), rcu_read_release(), rcu_read_acquire_bh(), rcu_read_release_bh(), rcu_read_acquire_sched(), and rcu_read_release_sched() functions at their call points. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>