forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/cache.h
....@@ -14,6 +14,6 @@
1414 #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT
1515 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
1616
17
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
17
+#define __read_mostly __section(".data..read_mostly")
1818
1919 #endif /* _ASM_CACHE_H */