Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / net / ipv4 / ipip.c
index 0b2e7329abdadaafd112e736bc6f19bdb21373f6..413ed1ba7a5a16976d80ca39fadad9ec719dd6e5 100644 (file)
@@ -148,7 +148,7 @@ struct pcpu_tstats {
        unsigned long   rx_bytes;
        unsigned long   tx_packets;
        unsigned long   tx_bytes;
-};
+} __attribute__((aligned(4*sizeof(unsigned long))));
 
 static struct net_device_stats *ipip_get_stats(struct net_device *dev)
 {
This page took 0.065286 seconds and 5 git commands to generate.