aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-03-19 12:38:24 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-06-10 13:39:44 -0700
commit05eb552bf5ed9e7277bdc9c273ed2f4e9b7dc3e5 (patch)
tree9355073909b25cf7ec13f8157326b9f321711d92 /kernel/rcupdate.c
parentrcu: Inline trivial wrapper function rcu_start_gp_per_cpu() (diff)
downloadlinux-dev-05eb552bf5ed9e7277bdc9c273ed2f4e9b7dc3e5.tar.xz
linux-dev-05eb552bf5ed9e7277bdc9c273ed2f4e9b7dc3e5.zip
rcu: Move redundant call to note_gp_changes() into called function
The __rcu_process_callbacks() invokes note_gp_changes() immediately before invoking rcu_check_quiescent_state(), which conditionally invokes that same function. This commit therefore eliminates the call to note_gp_changes() in __rcu_process_callbacks() in favor of making unconditional to call from rcu_check_quiescent_state() to note_gp_changes(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/rcupdate.c')
0 files changed, 0 insertions, 0 deletions