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 66298461b640..40ea5b3781c6 100644 --- a/arch/powerpc/include/asm/cache.h +++ b/arch/powerpc/include/asm/cache.h | |||
@@ -71,7 +71,7 @@ extern struct ppc64_caches ppc64_caches; | |||
71 | #else | 71 | #else |
72 | #define __read_mostly __attribute__((__section__(".data..read_mostly"))) | 72 | #define __read_mostly __attribute__((__section__(".data..read_mostly"))) |
73 | 73 | ||
74 | #ifdef CONFIG_6xx | 74 | #ifdef CONFIG_PPC_BOOK3S_32 |
75 | extern long _get_L2CR(void); | 75 | extern long _get_L2CR(void); |
76 | extern long _get_L3CR(void); | 76 | extern long _get_L3CR(void); |
77 | extern void _set_L2CR(unsigned long); | 77 | extern void _set_L2CR(unsigned long); |