Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188385
b: refs/heads/master
c: 0e17226
h: refs/heads/master
i:
  188383: 3a50c83
v: v3
  • Loading branch information
Ben Dooks committed Mar 15, 2010
1 parent 0fc2095 commit 8903f91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65e543f12cb7f98cb041a759a21685569eec8695
refs/heads/master: 0e17226f7cd289504724466f4298abc9bdfca3fe
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c64xx/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* aligned and add in the offset when we load the value here.
*/

.macro addruart, rx
.macro addruart, rx, rtmp
mrc p15, 0, \rx, c1, c0
tst \rx, #1
ldreq \rx, = S3C_PA_UART
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s5p6440/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* aligned and add in the offset when we load the value here.
*/

.macro addruart, rx
.macro addruart, rx, rtmp
mrc p15, 0, \rx, c1, c0
tst \rx, #1
ldreq \rx, = S3C_PA_UART
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s5p6442/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <mach/map.h>
#include <plat/regs-serial.h>

.macro addruart, rx
.macro addruart, rx, rtmp
mrc p15, 0, \rx, c1, c0
tst \rx, #1
ldreq \rx, = S3C_PA_UART
Expand Down

0 comments on commit 8903f91

Please sign in to comment.