treewide: Convert macro and uses of __section(foo) to __section("foo")
[sfrench/cifs-2.6.git] / arch / parisc / include / asm / cache.h
index e5de3f89763397109028c242ef700e1f9683ed6d..d53e9e27dba007b5d4e44a1a3759a23c1bf74cb2 100644 (file)
@@ -22,7 +22,7 @@
 
 #define ARCH_DMA_MINALIGN      L1_CACHE_BYTES
 
-#define __read_mostly __section(.data..read_mostly)
+#define __read_mostly __section(".data..read_mostly")
 
 void parisc_cache_init(void);  /* initializes cache-flushing */
 void disable_sr_hashing_asm(int); /* low level support for above */