projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1ea6b8f
)
ARM: picoxcell: add extra temp register to addruart
author
Jamie Iles
<jamie@jamieiles.com>
Fri, 4 Nov 2011 01:13:20 +0000
(
01:13
+0000)
committer
Jamie Iles
<jamie@jamieiles.com>
Wed, 9 Nov 2011 09:51:42 +0000
(09:51 +0000)
639da5ee3
(ARM: add an extra temp register to the low level debugging
addruart macro) didn't include picoxcell as it hadn't been merged at the
time. Fix up the compile breakage by adding the extra temp parameter.
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
arch/arm/mach-picoxcell/include/mach/debug-macro.S
patch
|
blob
|
history
diff --git
a/arch/arm/mach-picoxcell/include/mach/debug-macro.S
b/arch/arm/mach-picoxcell/include/mach/debug-macro.S
index 8f2c234ed9d9bd7a59767562f896a9ec85005349..58d4ee3ae9499d062cd68e972596dbc6f0ffc521 100644
(file)
--- 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
#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
ldr \rv, =PHYS_TO_IO(PICOXCELL_UART1_BASE)
ldr \rp, =PICOXCELL_UART1_BASE
.endm