hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/s390/include/asm/cache.h
....@@ -14,6 +14,6 @@
1414 #define L1_CACHE_SHIFT 8
1515 #define NET_SKB_PAD 32
1616
17
-#define __read_mostly __section(.data..read_mostly)
17
+#define __read_mostly __section(".data..read_mostly")
1818
1919 #endif