Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258241
b: refs/heads/master
c: 14cd8fd
h: refs/heads/master
i:
  258239: 3a37963
v: v3
  • Loading branch information
Russell King committed Jun 24, 2011
1 parent 54fa63c commit 5b702e1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 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: e8856a8797e76e6883ae81f8f9ecbb231cc535df
refs/heads/master: 14cd8fd574bce1cfbe510ccb1f73c7c1024d770f
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ENDPROC(cpu_resume_turn_mmu_on)
cpu_resume_after_mmu:
str r5, [r2, r4, lsl #2] @ restore old mapping
mcr p15, 0, r0, c1, c0, 0 @ turn on D-cache
bl cpu_init @ restore the und/abt/irq banked regs
ldmfd sp!, {r4 - r11, pc}
ENDPROC(cpu_resume_after_mmu)

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-pxa/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ int pxa_pm_enter(suspend_state_t state)

/* *** go zzz *** */
pxa_cpu_pm_fns->enter(state);
cpu_init();

if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
/* after sleeping, validate the checksum */
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-sa1100/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ static int sa11x0_pm_enter(suspend_state_t state)
/* go zzz */
sa1100_cpu_suspend(PLAT_PHYS_OFFSET - PAGE_OFFSET);

cpu_init();

/*
* Ensure not to come back here if it wasn't intended
*/
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/arm/plat-samsung/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,6 @@ static int s3c_pm_enter(suspend_state_t state)

s3c_cpu_save(0, PLAT_PHYS_OFFSET - PAGE_OFFSET);

/* restore the cpu state using the kernel's cpu init code. */

cpu_init();

/* restore the system state */

s3c_pm_restore_core();
Expand Down

0 comments on commit 5b702e1

Please sign in to comment.