]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 19 Mar 2013 18:32:11 +0000 (11:32 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 May 2013 20:53:34 +0000 (13:53 -0700)
commita1e3ce8354d93a0ff27168a6a41c070dd437aa27
tree0a0ceb1a6217842c64a0b36bddcffb72558f361a
parent115b9a6a92a0244eee620fae0d3ef35da902b115
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()

Because note_gp_changes() now incorporates rcu_process_gp_end() function,
this commit switches to the former and eliminates the latter.  In
addition, this commit changes external calls from __rcu_process_gp_end()
to __note_gp_changes().

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