]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/rcupdate.c
hwmon: (lm75) Drop legacy i2c driver
[linux-2.6-omap-h63xx.git] / kernel / rcupdate.c
index 4a74b8d48d909415829de74860515de23ac8488f..f14f372cf6f5e0706e1ba94490c6c57a1aaf6d41 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);