X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Flocal_ops.txt;fp=Documentation%2Flocal_ops.txt;h=23045b8b50f090ff806624c763fb2313c1ad9494;hb=02d43b1d13a0a55a75bb5c5f98d2b13dbe71ecf9;hp=f4f8b1c6c8ba45ba6ec351aa92c40e798024983c;hpb=d9d060a98ff89fe0f86e24c9c0c3d2f0c566781c;p=firefly-linux-kernel-4.4.55.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) {