aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/cache.h
diff options
context:
space:
mode:
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 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
75extern long _get_L2CR(void); 75extern long _get_L2CR(void);
76extern long _get_L3CR(void); 76extern long _get_L3CR(void);
77extern void _set_L2CR(unsigned long); 77extern void _set_L2CR(unsigned long);