summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/cache.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-03-30 12:18:37 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-03-30 12:18:37 +1100
commit125f3f9b893e9b26b2fa09d900c9c2a0e1588b1f (patch)
tree5fdbea662ec7d6f4ad6571bb2bcb06980cc777b6 /arch/powerpc/include/asm/cache.h
parent4c4b36aec3c53a5afc7f2b56013ef6406751cf54 (diff)
parentb83419363eff1535309df97a4bf319c42d900a9c (diff)
Merge remote branch 'kbuild/for-next'
Diffstat (limited to 'arch/powerpc/include/asm/cache.h')
-rw-r--r--arch/powerpc/include/asm/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/cache.h b/arch/powerpc/include/asm/cache.h
index 81de6eb3455d..3f41ab9c1e4e 100644
--- a/arch/powerpc/include/asm/cache.h
+++ b/arch/powerpc/include/asm/cache.h
@@ -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__ */