diff options
author | Olof Johansson <olof@lixom.net> | 2011-11-11 19:34:20 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-11-11 19:34:20 +0100 |
commit | ab8fe93b2fb3ccc9ef46f7d6779b2f1813145d5c (patch) | |
tree | 2aa6e9429aee92f8007b34018cfa1a33a118119b /arch | |
parent | Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2... (diff) | |
parent | ARM: picoxcell: add extra temp register to addruart (diff) | |
download | linux-ab8fe93b2fb3ccc9ef46f7d6779b2f1813145d5c.tar.xz linux-ab8fe93b2fb3ccc9ef46f7d6779b2f1813145d5c.zip |
Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-picoxcell/include/mach/debug-macro.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/include/mach/debug-macro.S b/arch/arm/mach-picoxcell/include/mach/debug-macro.S index 8f2c234ed9d9..58d4ee3ae949 100644 --- a/arch/arm/mach-picoxcell/include/mach/debug-macro.S +++ b/arch/arm/mach-picoxcell/include/mach/debug-macro.S @@ -14,7 +14,7 @@ #define UART_SHIFT 2 - .macro addruart, rp, rv + .macro addruart, rp, rv, tmp ldr \rv, =PHYS_TO_IO(PICOXCELL_UART1_BASE) ldr \rp, =PICOXCELL_UART1_BASE .endm |