commit | ce3d9c03d1fa079678cc8df1517011e215517cda | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 19 12:27:50 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 10 13:39:44 2013 -0700 |
tree | 6363d0305edee5246afe6220fa428b7712887982 | |
parent | 63274cfb94aac109fc2490a70a96b26751608e57 [diff] |
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>