Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[sfrench/cifs-2.6.git] / Documentation / RCU / whatisRCU.txt
index b4ea51ad3610f7c2a99f18c3ee2dc776ebfe0731..07cb93b82ba9e4e6539e1b0ecb43e4b8a0af416a 100644 (file)
@@ -605,7 +605,7 @@ are the same as those shown in the preceding section, so they are omitted.
        {
                int cpu;
 
-               for_each_cpu(cpu)
+               for_each_possible_cpu(cpu)
                        run_on(cpu);
        }