[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
[firefly-linux-kernel-4.4.55.git] / include / linux / cache.h
index ffe52210fc4f6d31141d48fed83e790c1c3c7875..d22e632f41fb54e096da4822d64cc27749d7dad7 100644 (file)
@@ -13,7 +13,7 @@
 #define SMP_CACHE_BYTES L1_CACHE_BYTES
 #endif
 
-#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) || defined(CONFIG_IA64)
+#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) || defined(CONFIG_IA64) || defined(CONFIG_PARISC)
 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
 #else
 #define __read_mostly