diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 2 | ||||
-rw-r--r-- | net/ipv6/sit.c | 2 |
2 files changed, 2 insertions, 2 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 | { |
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index a7a18602a046..cec09382282d 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c | |||
@@ -91,7 +91,7 @@ struct pcpu_tstats { | |||
91 | unsigned long rx_bytes; | 91 | unsigned long rx_bytes; |
92 | unsigned long tx_packets; | 92 | unsigned long tx_packets; |
93 | unsigned long tx_bytes; | 93 | unsigned long tx_bytes; |
94 | }; | 94 | } __attribute__((aligned(4*sizeof(unsigned long)))); |
95 | 95 | ||
96 | static struct net_device_stats *ipip6_get_stats(struct net_device *dev) | 96 | static struct net_device_stats *ipip6_get_stats(struct net_device *dev) |
97 | { | 97 | { |