Rename .data.read_mostly to .data..read_mostly.
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / include / asm / cache.h
index 81de6eb3455df2e0358133b1bdcac46e312243d7..3f41ab9c1e4ec518a5c4d6b7140feed34da12271 100644 (file)
@@ -38,7 +38,7 @@ extern struct ppc64_caches ppc64_caches;
 #endif /* __powerpc64__ && ! __ASSEMBLY__ */
 
 #if !defined(__ASSEMBLY__)
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+#define __read_mostly __attribute__((__section__(".data..read_mostly")))
 #endif
 
 #endif /* __KERNEL__ */