X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Flocal_ops.txt;h=23045b8b50f090ff806624c763fb2313c1ad9494;hb=590cf28580c999c8ba70dc39b40bab09d69e2630;hp=f4f8b1c6c8ba45ba6ec351aa92c40e798024983c;hpb=7a9787e1eba95a166265e6a260cf30af04ef0a99;p=cascardo%2Flinux.git diff --git a/Documentation/local_ops.txt b/Documentation/local_ops.txt index f4f8b1c6c8ba..23045b8b50f0 100644 --- a/Documentation/local_ops.txt +++ b/Documentation/local_ops.txt @@ -149,7 +149,7 @@ static void do_test_timer(unsigned long data) int cpu; /* Increment the counters */ - on_each_cpu(test_each, NULL, 0, 1); + on_each_cpu(test_each, NULL, 1); /* Read all the counters */ printk("Counters read from CPU %d\n", smp_processor_id()); for_each_online_cpu(cpu) {