diff options
Diffstat (limited to 'arch/arm/mach-ebsa110/include/mach/debug-macro.S')
| -rw-r--r-- | arch/arm/mach-ebsa110/include/mach/debug-macro.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ebsa110/include/mach/debug-macro.S b/arch/arm/mach-ebsa110/include/mach/debug-macro.S index 1dde8227f3a..ebbd89f0e6c 100644 --- a/arch/arm/mach-ebsa110/include/mach/debug-macro.S +++ b/arch/arm/mach-ebsa110/include/mach/debug-macro.S @@ -11,7 +11,7 @@   *  **/ -		.macro	addruart,rx +		.macro	addruart, rx, tmp  		mov	\rx, #0xf0000000  		orr	\rx, \rx, #0x00000be0  		.endm  |