kernel/arch/sparc/include/asm/cache.h
.. .. @@ -21,6 +21,6 @@ 21 21 22 22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) 23 23 24 -#define __read_mostly __attribute__((__section__(".data..read_mostly")))24 +#define __read_mostly __section(".data..read_mostly")25 25 26 26 #endif /* !(_SPARC_CACHE_H) */