kernel/arch/arm/include/asm/cache.h
.. .. @@ -24,6 +24,6 @@ 24 24 #define ARCH_SLAB_MINALIGN 8 25 25 #endif 26 26 27 -#define __read_mostly __attribute__((__section__(".data..read_mostly")))27 +#define __read_mostly __section(".data..read_mostly")28 28 29 29 #endif