From 7e9a3340905ce95a088d478fdec0ad0408716c92 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Thu, 22 Sep 2011 13:18:44 -0700 Subject: [PATCH] --- yaml --- r: 277193 b: refs/heads/master c: 7077714ec4940a6c5b1189c3afb4f47bf49ad877 h: refs/heads/master i: 277191: 0f2966f11c7428dff72480ded343c813733736cd v: v3 --- [refs] | 2 +- trunk/kernel/rcutree_plugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b7ca7b6798bf..4d044a869b8b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 389abd48efe1ceacb141b2fd151263b1bc432dbc +refs/heads/master: 7077714ec4940a6c5b1189c3afb4f47bf49ad877 diff --git a/trunk/kernel/rcutree_plugin.h b/trunk/kernel/rcutree_plugin.h index 798605317161..708dc579634d 100644 --- a/trunk/kernel/rcutree_plugin.h +++ b/trunk/kernel/rcutree_plugin.h @@ -1910,7 +1910,7 @@ void synchronize_sched_expedited(void) * grace period works for us. */ get_online_cpus(); - snap = atomic_read(&sync_sched_expedited_started) - 1; + snap = atomic_read(&sync_sched_expedited_started); smp_mb(); /* ensure read is before try_stop_cpus(). */ }