aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/misc_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S
index 1863324c6a3c..84db14e435f5 100644
--- a/arch/powerpc/kernel/misc_32.S
+++ b/arch/powerpc/kernel/misc_32.S
@@ -296,7 +296,7 @@ _GLOBAL(flush_instruction_cache)
296 lis r3, KERNELBASE@h 296 lis r3, KERNELBASE@h
297 iccci 0,r3 297 iccci 0,r3
298#endif 298#endif
299#elif CONFIG_FSL_BOOKE 299#elif defined(CONFIG_FSL_BOOKE)
300BEGIN_FTR_SECTION 300BEGIN_FTR_SECTION
301 mfspr r3,SPRN_L1CSR0 301 mfspr r3,SPRN_L1CSR0
302 ori r3,r3,L1CSR0_CFI|L1CSR0_CLFC 302 ori r3,r3,L1CSR0_CFI|L1CSR0_CLFC