diff options
Diffstat (limited to 'kernel/rcupdate.c')
-rw-r--r-- | kernel/rcupdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcupdate.c b/kernel/rcupdate.c index 4a74b8d48d90..f14f372cf6f5 100644 --- a/kernel/rcupdate.c +++ b/kernel/rcupdate.c | |||
@@ -128,7 +128,7 @@ static void _rcu_barrier(enum rcu_barrier type) | |||
128 | * until all the callbacks are queued. | 128 | * until all the callbacks are queued. |
129 | */ | 129 | */ |
130 | rcu_read_lock(); | 130 | rcu_read_lock(); |
131 | on_each_cpu(rcu_barrier_func, (void *)type, 0, 1); | 131 | on_each_cpu(rcu_barrier_func, (void *)type, 1); |
132 | rcu_read_unlock(); | 132 | rcu_read_unlock(); |
133 | wait_for_completion(&rcu_barrier_completion); | 133 | wait_for_completion(&rcu_barrier_completion); |
134 | mutex_unlock(&rcu_barrier_mutex); | 134 | mutex_unlock(&rcu_barrier_mutex); |