Rename .data.read_mostly to .data..read_mostly.
[pandora-kernel.git] / arch / sparc / include / asm / cache.h
index 41f85ae..2909f0a 100644 (file)
@@ -19,7 +19,7 @@
 
 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT)
 
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+#define __read_mostly __attribute__((__section__(".data..read_mostly")))
 
 #ifdef CONFIG_SPARC32
 #include <asm/asi.h>