forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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