Rename .data.read_mostly to .data..read_mostly.
[firefly-linux-kernel-4.4.55.git] / arch / sparc / include / asm / cache.h
index 41f85ae4bd4ad7de07ff2fab14804ad75bac3d80..2909f0ab6f9ee2259fca9a9f4b58b1ae31d680dc 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>