rcu: Consolidate rcu_synchronize and wakeme_after_rcu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Jan 2015 03:47:10 +0000 (19:47 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 26 Feb 2015 01:03:03 +0000 (17:03 -0800)
commitee376dbdf27728a2f3d30e2ba10fa387cc4c645b
treea737bb2123666633ff8a0c50bb7130293bddf9bf
parentc517d838eb7d07bbe9507871fab3931deccff539
rcu: Consolidate rcu_synchronize and wakeme_after_rcu()

There are currently duplicate identical definitions of the
rcu_synchronize() structure and the wakeme_after_rcu() function.
Thie commit therefore consolidates them.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
kernel/rcu/srcu.c
kernel/rcu/update.c