diff options
-rw-r--r-- | net/ipv4/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/protocol.c b/net/ipv4/protocol.c index da70fef82c93..971ab9356e51 100644 --- a/net/ipv4/protocol.c +++ b/net/ipv4/protocol.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <net/ipip.h> | 45 | #include <net/ipip.h> |
46 | #include <linux/igmp.h> | 46 | #include <linux/igmp.h> |
47 | 47 | ||
48 | struct net_protocol *inet_protos[MAX_INET_PROTOS]; | 48 | struct net_protocol *inet_protos[MAX_INET_PROTOS] ____cacheline_aligned_in_smp; |
49 | static DEFINE_SPINLOCK(inet_proto_lock); | 49 | static DEFINE_SPINLOCK(inet_proto_lock); |
50 | 50 | ||
51 | /* | 51 | /* |