diff options
Diffstat (limited to 'arch/arm/mach-ep93xx/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-ep93xx/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/debug-macro.S b/arch/arm/mach-ep93xx/include/mach/debug-macro.S index 802858bc809..5cd22444e22 100644 --- a/arch/arm/mach-ep93xx/include/mach/debug-macro.S +++ b/arch/arm/mach-ep93xx/include/mach/debug-macro.S @@ -11,7 +11,7 @@   */  #include <mach/ep93xx-regs.h> -		.macro	addruart,rx +		.macro	addruart, rx, tmp  		mrc	p15, 0, \rx, c1, c0  		tst	\rx, #1				@ MMU enabled?  		ldreq	\rx, =EP93XX_APB_PHYS_BASE	@ Physical base  |