diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-davinci/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/debug-macro.S b/arch/arm/mach-davinci/include/mach/debug-macro.S index 17ab5236da6..3cd93a801d9 100644 --- a/arch/arm/mach-davinci/include/mach/debug-macro.S +++ b/arch/arm/mach-davinci/include/mach/debug-macro.S @@ -19,7 +19,7 @@  #include <linux/serial_reg.h>  #define UART_SHIFT	2 -		.macro addruart, rx +		.macro addruart, rx, tmp  		mrc	p15, 0, \rx, c1, c0  		tst	\rx, #1			@ MMU enabled?  		moveq	\rx, #0x01000000	@ physical base address  |