net: cache align tcp_memory_allocated, tcp_sockets_allocated
[linux-2.6-microblaze.git] / net / mptcp / protocol.c
index b7e32e3..6db93da 100644 (file)
@@ -48,7 +48,7 @@ enum {
        MPTCP_CMSG_TS = BIT(0),
 };
 
-static struct percpu_counter mptcp_sockets_allocated;
+static struct percpu_counter mptcp_sockets_allocated ____cacheline_aligned_in_smp;
 
 static void __mptcp_destroy_sock(struct sock *sk);
 static void __mptcp_check_send_data_fin(struct sock *sk);