]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/loopback.c
[PATCH] usb/input: remove Kconfig entries of old touchscreen drivers in favour of...
[linux-2.6-omap-h63xx.git] / drivers / net / loopback.c
index 0c13795dca38d0cdc8638b0f362a73a7b6c3e76b..b79d6e8d30457ddcf8f2c9cd58b927595f5f3315 100644 (file)
@@ -172,7 +172,7 @@ static struct net_device_stats *get_stats(struct net_device *dev)
 
        memset(stats, 0, sizeof(struct net_device_stats));
 
-       for_each_cpu(i) {
+       for_each_possible_cpu(i) {
                struct net_device_stats *lb_stats;
 
                lb_stats = &per_cpu(loopback_stats, i);