From e864052a45bda32429c04df89addd161180cb171 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 20 Oct 2005 12:32:48 +0000 Subject: [PATCH] Add nop in cache disable --- second/MMU030_asm.S | 1 + 1 file changed, 1 insertion(+) diff --git a/second/MMU030_asm.S b/second/MMU030_asm.S index dc52496..d5bfe94 100644 --- a/second/MMU030_asm.S +++ b/second/MMU030_asm.S @@ -9,6 +9,7 @@ .global MMU030_disable_cache MMU030_disable_cache: lea 0x0808, %a0 + nop movec %a0, %cacr rts