hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */