treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / ia64 / include / asm / cache.h
index 4eb6f742d14f592a6b57ed55dab27de2a71c4ac0..2f1c70647068270ff5804b8b74356b011a69d3c6 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 */