Loading arch/arm/boot/compressed/head.S +10 −10 Original line number Diff line number Diff line Loading @@ -22,13 +22,13 @@ #if defined(CONFIG_DEBUG_ICEDCC) #ifdef CONFIG_CPU_V6 .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c0, c5, 0 .endm #elif defined(CONFIG_CPU_V7) .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb wait: mrc p14, 0, pc, c0, c1, 0 Loading @@ -36,13 +36,13 @@ wait: mrc p14, 0, pc, c0, c1, 0 mcr p14, 0, \ch, c0, c5, 0 .endm #elif defined(CONFIG_CPU_XSCALE) .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c8, c0, 0 .endm #else .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c1, c0, 0 Loading @@ -58,7 +58,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 .endm #if defined(CONFIG_ARCH_SA1100) .macro loadsp, rb .macro loadsp, rb, tmp mov \rb, #0x80000000 @ physical base address #ifdef CONFIG_DEBUG_LL_SER3 add \rb, \rb, #0x00050000 @ Ser3 Loading @@ -67,13 +67,13 @@ wait: mrc p14, 0, pc, c0, c1, 0 #endif .endm #elif defined(CONFIG_ARCH_S3C2410) .macro loadsp, rb .macro loadsp, rb, tmp mov \rb, #0x50000000 add \rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT .endm #else .macro loadsp, rb addruart \rb .macro loadsp, rb, tmp addruart \rb, \tmp .endm #endif #endif Loading Loading @@ -1025,7 +1025,7 @@ phex: adr r3, phexbuf strb r2, [r3, r1] b 1b puts: loadsp r3 puts: loadsp r3, r1 1: ldrb r2, [r0], #1 teq r2, #0 moveq pc, lr Loading @@ -1042,7 +1042,7 @@ puts: loadsp r3 putc: mov r2, r0 mov r0, #0 loadsp r3 loadsp r3, r1 b 2b memdump: mov r12, r0 Loading arch/arm/kernel/debug.S +6 −6 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #if defined(CONFIG_CPU_V6) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -51,7 +51,7 @@ #elif defined(CONFIG_CPU_V7) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -71,7 +71,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 #elif defined(CONFIG_CPU_XSCALE) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -98,7 +98,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 #else .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading Loading @@ -164,7 +164,7 @@ ENDPROC(printhex2) .ltorg ENTRY(printascii) addruart r3 addruart r3, r1 b 2f 1: waituart r2, r3 senduart r1, r3 Loading @@ -180,7 +180,7 @@ ENTRY(printascii) ENDPROC(printascii) ENTRY(printch) addruart r3 addruart r3, r1 mov r1, r0 mov r0, #0 b 1b Loading arch/arm/mach-aaec2000/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ */ #include "hardware.h" .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? moveq \rx, #0x80000000 @ physical Loading arch/arm/mach-at91/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ #include <mach/hardware.h> #include <mach/at91_dbgu.h> .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? ldreq \rx, =(AT91_BASE_SYS + AT91_DBGU) @ System peripherals (phys address) Loading arch/arm/mach-clps711x/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <asm/hardware/clps7111.h> .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? moveq \rx, #CLPS7111_PHYS_BASE Loading Loading
arch/arm/boot/compressed/head.S +10 −10 Original line number Diff line number Diff line Loading @@ -22,13 +22,13 @@ #if defined(CONFIG_DEBUG_ICEDCC) #ifdef CONFIG_CPU_V6 .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c0, c5, 0 .endm #elif defined(CONFIG_CPU_V7) .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb wait: mrc p14, 0, pc, c0, c1, 0 Loading @@ -36,13 +36,13 @@ wait: mrc p14, 0, pc, c0, c1, 0 mcr p14, 0, \ch, c0, c5, 0 .endm #elif defined(CONFIG_CPU_XSCALE) .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c8, c0, 0 .endm #else .macro loadsp, rb .macro loadsp, rb, tmp .endm .macro writeb, ch, rb mcr p14, 0, \ch, c1, c0, 0 Loading @@ -58,7 +58,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 .endm #if defined(CONFIG_ARCH_SA1100) .macro loadsp, rb .macro loadsp, rb, tmp mov \rb, #0x80000000 @ physical base address #ifdef CONFIG_DEBUG_LL_SER3 add \rb, \rb, #0x00050000 @ Ser3 Loading @@ -67,13 +67,13 @@ wait: mrc p14, 0, pc, c0, c1, 0 #endif .endm #elif defined(CONFIG_ARCH_S3C2410) .macro loadsp, rb .macro loadsp, rb, tmp mov \rb, #0x50000000 add \rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT .endm #else .macro loadsp, rb addruart \rb .macro loadsp, rb, tmp addruart \rb, \tmp .endm #endif #endif Loading Loading @@ -1025,7 +1025,7 @@ phex: adr r3, phexbuf strb r2, [r3, r1] b 1b puts: loadsp r3 puts: loadsp r3, r1 1: ldrb r2, [r0], #1 teq r2, #0 moveq pc, lr Loading @@ -1042,7 +1042,7 @@ puts: loadsp r3 putc: mov r2, r0 mov r0, #0 loadsp r3 loadsp r3, r1 b 2b memdump: mov r12, r0 Loading
arch/arm/kernel/debug.S +6 −6 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #if defined(CONFIG_CPU_V6) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -51,7 +51,7 @@ #elif defined(CONFIG_CPU_V7) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -71,7 +71,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 #elif defined(CONFIG_CPU_XSCALE) .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading @@ -98,7 +98,7 @@ wait: mrc p14, 0, pc, c0, c1, 0 #else .macro addruart, rx .macro addruart, rx, tmp .endm .macro senduart, rd, rx Loading Loading @@ -164,7 +164,7 @@ ENDPROC(printhex2) .ltorg ENTRY(printascii) addruart r3 addruart r3, r1 b 2f 1: waituart r2, r3 senduart r1, r3 Loading @@ -180,7 +180,7 @@ ENTRY(printascii) ENDPROC(printascii) ENTRY(printch) addruart r3 addruart r3, r1 mov r1, r0 mov r0, #0 b 1b Loading
arch/arm/mach-aaec2000/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ */ #include "hardware.h" .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? moveq \rx, #0x80000000 @ physical Loading
arch/arm/mach-at91/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ #include <mach/hardware.h> #include <mach/at91_dbgu.h> .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? ldreq \rx, =(AT91_BASE_SYS + AT91_DBGU) @ System peripherals (phys address) Loading
arch/arm/mach-clps711x/include/mach/debug-macro.S +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <asm/hardware/clps7111.h> .macro addruart,rx .macro addruart, rx, tmp mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? moveq \rx, #CLPS7111_PHYS_BASE Loading