rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 19 Mar 2013 19:27:50 +0000 (12:27 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 Jun 2013 20:39:44 +0000 (13:39 -0700)
commitce3d9c03d1fa079678cc8df1517011e215517cda
tree6363d0305edee5246afe6220fa428b7712887982
parent63274cfb94aac109fc2490a70a96b26751608e57
rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()

Given the changes that introduce note_gp_change(), rcu_start_gp_per_cpu()
is now a trivial wrapper function with only one caller.  This commit
therefore inlines it into its sole call site.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c