]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/fork.c
ip: update the description of rp_filter in ip-sysctl.txt
[net-next-2.6.git] / kernel / fork.c
index 4c20fff8c13a2caae048bc9f2b719bdaf5582dcf..166b8c49257c589750f0b67479011ba7bac97038 100644 (file)
@@ -91,7 +91,7 @@ int nr_processes(void)
        int cpu;
        int total = 0;
 
-       for_each_online_cpu(cpu)
+       for_each_possible_cpu(cpu)
                total += per_cpu(process_counts, cpu);
 
        return total;