Skip to content

Commit

Permalink
ARM: picoxcell: add extra temp register to addruart
Browse files Browse the repository at this point in the history
639da5e (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 <[email protected]>
  • Loading branch information
jamieiles committed Nov 9, 2011
1 parent 1ea6b8f commit 0836b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-picoxcell/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0836b5c

Please sign in to comment.