Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190282
b: refs/heads/master
c: df571c4
h: refs/heads/master
v: v3
  • Loading branch information
Richard Woodruff authored and Tony Lindgren committed Apr 23, 2010
1 parent 702b675 commit f81555d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 519e61666f4030426fc539d4e7102dc2bad41113
refs/heads/master: df571c4ab32da9bc05a7db98516fc06ef3cdc5d1
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-omap2/omap-headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ENTRY(omap_secondary_startup)
hold: ldr r12,=0x103
dsb
smc @ read from AuxCoreBoot0
smc #0 @ read from AuxCoreBoot0
mov r0, r0, lsr #9
mrc p15, 0, r4, c0, c0, 5
and r4, r4, #0x0f
Expand All @@ -52,14 +52,14 @@ ENTRY(omap_modify_auxcoreboot0)
stmfd sp!, {r1-r12, lr}
ldr r12, =0x104
dsb
smc
smc #0
ldmfd sp!, {r1-r12, pc}
END(omap_modify_auxcoreboot0)

ENTRY(omap_auxcoreboot_addr)
stmfd sp!, {r2-r12, lr}
ldr r12, =0x105
dsb
smc
smc #0
ldmfd sp!, {r2-r12, pc}
END(omap_auxcoreboot_addr)
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/omap44xx-smc.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ ENTRY(omap_smc1)
mov r12, r0
mov r0, r1
dsb
smc
smc #0
ldmfd sp!, {r2-r12, pc}
END(omap_smc1)

0 comments on commit f81555d

Please sign in to comment.