vserver 2.0 rc7
[linux-2.6.git] / arch / m32r / boot / compressed / head.S
index 10b928e..07cfd6a 100644 (file)
@@ -138,6 +138,11 @@ startup:
        ldi     r0, -1
        ldi     r1, 0xd0        ; invalidate i-cache, copy back d-cache
        stb     r1, @r0
+#elif defined(CONFIG_CHIP_M32102)
+       /* Cache flush */
+       ldi     r0, -2
+       ldi     r1, 0x0100      ; invalidate
+       stb     r1, @r0
 #else
 #error "put your cache flush function, please"
 #endif