aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 2731570eba5b..83231a27ae02 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3346,7 +3346,7 @@ static int __init net_dev_init(void)
3346 * Initialise the packet receive queues. 3346 * Initialise the packet receive queues.
3347 */ 3347 */
3348 3348
3349 for_each_cpu(i) { 3349 for_each_possible_cpu(i) {
3350 struct softnet_data *queue; 3350 struct softnet_data *queue;
3351 3351
3352 queue = &per_cpu(softnet_data, i); 3352 queue = &per_cpu(softnet_data, i);