]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/mach-iop32x/include/mach/debug-macro.S
ARM: 5910/1: ARM: Add tmp register for addruart and loadsp
[net-next-2.6.git] / arch / arm / mach-iop32x / include / mach / debug-macro.S
index 58b01664ffba5edc93f81e002bc79259f418b374..736afe1edd1f668c4f84850b1604a3fc98a699b2 100644 (file)
@@ -11,7 +11,7 @@
  * published by the Free Software Foundation.
  */
 
-               .macro  addruart, rx
+               .macro  addruart, rx, tmp
                mov     \rx, #0xfe000000        @ physical as well as virtual
                orr     \rx, \rx, #0x00800000   @ location of the UART
                .endm