kernel/arch/mips/include/asm/cache.h
.. .. @@ -14,6 +14,6 @@ 14 14 #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT 15 15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) 16 16 17 -#define __read_mostly __attribute__((__section__(".data..read_mostly")))17 +#define __read_mostly __section(".data..read_mostly")18 18 19 19 #endif /* _ASM_CACHE_H */