hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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 */