]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/boot/compressed/head.S
[ARM] 3838/1: ARM: DCC debug console support for ARM11
[linux-2.6-omap-h63xx.git] / arch / arm / boot / compressed / head.S
index 987c44160496fb72d0b90aa6d3d0c0d858989a87..75df1f764a10eff4af12c5e5e55240d42f6da941 100644 (file)
 #ifdef DEBUG
 
 #if defined(CONFIG_DEBUG_ICEDCC)
+
+#ifdef CONFIG_CPU_V6
+               .macro  loadsp, rb
+               .endm
+               .macro  writeb, ch, rb
+               mcr     p14, 0, \ch, c0, c5, 0
+               .endm
+#else
                .macro  loadsp, rb
                .endm
                .macro  writeb, ch, rb
                mcr     p14, 0, \ch, c0, c1, 0
                .endm
+#endif
+
 #else
 
 #include <asm/arch/debug-macro.S>