diff options
Diffstat (limited to 'arch/arm/mach-at91/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-at91/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/include/mach/debug-macro.S b/arch/arm/mach-at91/include/mach/debug-macro.S index 29052ba66ad..9e750a1c1b5 100644 --- a/arch/arm/mach-at91/include/mach/debug-macro.S +++ b/arch/arm/mach-at91/include/mach/debug-macro.S @@ -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)  |