hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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