aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index de1a52bcb9e0..726ecd1af535 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1341,7 +1341,9 @@ struct softnet_data {
1341 struct sk_buff *completion_queue; 1341 struct sk_buff *completion_queue;
1342 1342
1343 /* Elements below can be accessed between CPUs for RPS */ 1343 /* Elements below can be accessed between CPUs for RPS */
1344#ifdef CONFIG_SMP
1344 struct call_single_data csd ____cacheline_aligned_in_smp; 1345 struct call_single_data csd ____cacheline_aligned_in_smp;
1346#endif
1345 struct sk_buff_head input_pkt_queue; 1347 struct sk_buff_head input_pkt_queue;
1346 struct napi_struct backlog; 1348 struct napi_struct backlog;
1347}; 1349};