Merge branch 'linus' into cpus4096
[pandora-kernel.git] / kernel / rcupdate.c
index 4a74b8d..f14f372 100644 (file)
@@ -128,7 +128,7 @@ static void _rcu_barrier(enum rcu_barrier type)
         * until all the callbacks are queued.
         */
        rcu_read_lock();
-       on_each_cpu(rcu_barrier_func, (void *)type, 0, 1);
+       on_each_cpu(rcu_barrier_func, (void *)type, 1);
        rcu_read_unlock();
        wait_for_completion(&rcu_barrier_completion);
        mutex_unlock(&rcu_barrier_mutex);