]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/core/dev.c
[PATCH] for_each_possible_cpu: network codes
[linux-2.6-omap-h63xx.git] / net / core / dev.c
index 2731570eba5b35a21c311dd587057c39805082f1..83231a27ae028caa5c0757d35c9d107220e8711e 100644 (file)
@@ -3346,7 +3346,7 @@ static int __init net_dev_init(void)
         *      Initialise the packet receive queues.
         */
 
-       for_each_cpu(i) {
+       for_each_possible_cpu(i) {
                struct softnet_data *queue;
 
                queue = &per_cpu(softnet_data, i);