diff options
Diffstat (limited to 'net/ipv6/ip6_tunnel.c')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index bdc15c9003d7..f36ca1397513 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c | |||
@@ -93,7 +93,7 @@ struct pcpu_tstats { | |||
93 | unsigned long rx_bytes; | 93 | unsigned long rx_bytes; |
94 | unsigned long tx_packets; | 94 | unsigned long tx_packets; |
95 | unsigned long tx_bytes; | 95 | unsigned long tx_bytes; |
96 | }; | 96 | } __attribute__((aligned(4*sizeof(unsigned long)))); |
97 | 97 | ||
98 | static struct net_device_stats *ip6_get_stats(struct net_device *dev) | 98 | static struct net_device_stats *ip6_get_stats(struct net_device *dev) |
99 | { | 99 | { |