rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations
authorPaul E. McKenney <paul.mckenney@linaro.org>
Mon, 21 May 2012 18:58:36 +0000 (11:58 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2012 19:34:23 +0000 (12:34 -0700)
commit2a3fa843b555d202e682bf08c65ee1a4a93c79cf
treeb7db689ab83f041319b80493b12a8f7ecc79ad0f
parente9023c4061054cbf59c5288068118a4d0b152f01
rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations

The CONFIG_TREE_PREEMPT_RCU and CONFIG_TINY_PREEMPT_RCU versions of
__rcu_read_lock() and __rcu_read_unlock() are identical, so this commit
consolidates them into kernel/rcupdate.h.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/rcupdate.h
kernel/rcupdate.c
kernel/rcutiny_plugin.h
kernel/rcutree_plugin.h