aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/cache-sh4.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/cache-sh4.c')
-rw-r--r--arch/sh/mm/cache-sh4.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c
index c036c2b4ac2b..2203bd6aadb3 100644
--- a/arch/sh/mm/cache-sh4.c
+++ b/arch/sh/mm/cache-sh4.c
@@ -269,6 +269,11 @@ static inline void flush_icache_all(void)
269 ccr |= CCR_CACHE_ICI; 269 ccr |= CCR_CACHE_ICI;
270 ctrl_outl(ccr, CCR); 270 ctrl_outl(ccr, CCR);
271 271
272 /*
273 * back_to_P1() will take care of the barrier for us, don't add
274 * another one!
275 */
276
272 back_to_P1(); 277 back_to_P1();
273 local_irq_restore(flags); 278 local_irq_restore(flags);
274} 279}