treewide: Convert macro and uses of __section(foo) to __section("foo")
[linux-2.6-microblaze.git] / arch / ia64 / include / asm / cache.h
index 4eb6f74..2f1c706 100644 (file)
@@ -25,6 +25,6 @@
 # define SMP_CACHE_BYTES       (1 << 3)
 #endif
 
-#define __read_mostly __attribute__((__section__(".data..read_mostly")))
+#define __read_mostly __section(".data..read_mostly")
 
 #endif /* _ASM_IA64_CACHE_H */