diff options
Diffstat (limited to 'arch/powerpc/include/asm/cache.h')
-rw-r--r-- | arch/powerpc/include/asm/cache.h | 2 |
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; | |||
38 | #endif /* __powerpc64__ && ! __ASSEMBLY__ */ | 38 | #endif /* __powerpc64__ && ! __ASSEMBLY__ */ |
39 | 39 | ||
40 | #if !defined(__ASSEMBLY__) | 40 | #if !defined(__ASSEMBLY__) |
41 | #define __read_mostly __attribute__((__section__(".data.read_mostly"))) | 41 | #define __read_mostly __attribute__((__section__(".data..read_mostly"))) |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | #endif /* __KERNEL__ */ | 44 | #endif /* __KERNEL__ */ |