X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-ebsa110%2Finclude%2Fmach%2Fdebug-macro.S;h=7ef5690fd08c876cc27366d0b38451988daf066c;hb=0ea1293009826da45e1019f45dfde1e557bb30df;hp=ebbd89f0e6c0e8967171396e4113e82c6826d266;hpb=1ea64615601229f0dc16dee91dc5b50216411baa;p=net-next-2.6.git diff --git a/arch/arm/mach-ebsa110/include/mach/debug-macro.S b/arch/arm/mach-ebsa110/include/mach/debug-macro.S index ebbd89f0e6c..7ef5690fd08 100644 --- a/arch/arm/mach-ebsa110/include/mach/debug-macro.S +++ b/arch/arm/mach-ebsa110/include/mach/debug-macro.S @@ -11,9 +11,10 @@ * **/ - .macro addruart, rx, tmp - mov \rx, #0xf0000000 - orr \rx, \rx, #0x00000be0 + .macro addruart, rp, rv + mov \rp, #0xf0000000 + orr \rp, \rp, #0x00000be0 + mov \rp, \rv .endm #define UART_SHIFT 2