forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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