kernel/arch/ia64/include/asm/cache.h
.. .. @@ -25,6 +25,6 @@ 25 25 # define SMP_CACHE_BYTES (1 << 3) 26 26 #endif 27 27 28 -#define __read_mostly __attribute__((__section__(".data..read_mostly")))28 +#define __read_mostly __section(".data..read_mostly")29 29 30 30 #endif /* _ASM_IA64_CACHE_H */