diff options
Diffstat (limited to 'arch/arm/mach-ks8695/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-ks8695/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ks8695/include/mach/debug-macro.S b/arch/arm/mach-ks8695/include/mach/debug-macro.S index 3782c355949..cf2095da237 100644 --- a/arch/arm/mach-ks8695/include/mach/debug-macro.S +++ b/arch/arm/mach-ks8695/include/mach/debug-macro.S @@ -14,7 +14,7 @@  #include <mach/hardware.h>  #include <mach/regs-uart.h> -	.macro	addruart, rx +	.macro	addruart, rx, tmp  		mrc	p15, 0, \rx, c1, c0  		tst	\rx, #1				@ MMU enabled?  		ldreq	\rx, =KS8695_UART_PA		@ physical base address  |