Merge branches 'fixes' and 'misc' into for-next
[linux-2.6-microblaze.git] / arch / arm / include / asm / cache.h
index 1d65ed3..e3ea345 100644 (file)
@@ -24,6 +24,6 @@
 #define ARCH_SLAB_MINALIGN 8
 #endif
 
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
+#define __read_mostly __section(".data..read_mostly")
 
 #endif