diff options
Diffstat (limited to 'arch/arm/mach-sa1100/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-sa1100/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/debug-macro.S b/arch/arm/mach-sa1100/include/mach/debug-macro.S index 0cd0fc9635b..530772d937a 100644 --- a/arch/arm/mach-sa1100/include/mach/debug-macro.S +++ b/arch/arm/mach-sa1100/include/mach/debug-macro.S @@ -12,7 +12,7 @@  */  #include <mach/hardware.h> -		.macro	addruart, rp, rv +		.macro	addruart, rp, rv, tmp  		mrc	p15, 0, \rp, c1, c0  		tst	\rp, #1			@ MMU enabled?  		moveq	\rp, #0x80000000	@ physical base address  | 
