Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258250
b: refs/heads/master
c: 857c1b8
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jun 24, 2011
1 parent 1723746 commit 3064e3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: a9503d2185bbc28e498c435a07f24986c48b5cbe
refs/heads/master: 857c1b81f8dd2e2a97d859d7e53dd955e2ab55af
10 changes: 5 additions & 5 deletions trunk/arch/arm/mach-omap2/sleep34xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ENDPROC(enable_omap3630_toggle_l2_on_restore)
/* Function to call rom code to save secure ram context */
.align 3
ENTRY(save_secure_ram_context)
stmfd sp!, {r1-r12, lr} @ save registers on stack
stmfd sp!, {r4 - r11, lr} @ save registers on stack
adr r3, api_params @ r3 points to parameters
str r0, [r3,#0x4] @ r0 has sdram address
ldr r12, high_mask
Expand All @@ -152,7 +152,7 @@ ENTRY(save_secure_ram_context)
nop
nop
nop
ldmfd sp!, {r1-r12, pc}
ldmfd sp!, {r4 - r11, pc}
.align
sram_phy_addr_mask:
.word SRAM_BASE_P
Expand Down Expand Up @@ -187,7 +187,7 @@ ENTRY(save_secure_ram_context_sz)
*/
.align 3
ENTRY(omap34xx_cpu_suspend)
stmfd sp!, {r0-r12, lr} @ save registers on stack
stmfd sp!, {r4 - r11, lr} @ save registers on stack

/*
* r0 contains CPU context save/restore pointer in sdram
Expand Down Expand Up @@ -329,7 +329,7 @@ omap3_do_wfi:
* == Exit point from non-OFF modes ==
* ===================================
*/
ldmfd sp!, {r0-r12, pc} @ restore regs and return
ldmfd sp!, {r4 - r11, pc} @ restore regs and return


/*
Expand Down Expand Up @@ -572,7 +572,7 @@ usettbr0:
* ==============================
*/
restoremmu_on:
ldmfd sp!, {r0-r12, pc} @ restore regs and return
ldmfd sp!, {r4 - r11, pc} @ restore regs and return


/*
Expand Down

0 comments on commit 3064e3b

Please sign in to comment.