Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172768
b: refs/heads/master
c: 7139178
h: refs/heads/master
v: v3
  • Loading branch information
Jouni Hogander authored and Kevin Hilman committed Nov 11, 2009
1 parent 5d32800 commit 9b53fb6
Show file tree
Hide file tree
Showing 3 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: 8e431edb60ef175e6aa986e8260b23cc267a13fb
refs/heads/master: 7139178e9baf44dab454b757ed91a9ee149ad0f2
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/cpuidle34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ static int omap3_enter_idle(struct cpuidle_device *dev,
core_state = PWRDM_POWER_RET;
}

set_pwrdm_state(mpu_pd, mpu_state);
set_pwrdm_state(core_pd, core_state);
pwrdm_set_next_pwrst(mpu_pd, mpu_state);
pwrdm_set_next_pwrst(core_pd, core_state);

if (omap_irq_pending())
goto return_sleep_time;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ void omap_sram_idle(void)

/* NEON control */
if (pwrdm_read_pwrst(neon_pwrdm) == PWRDM_POWER_ON)
set_pwrdm_state(neon_pwrdm, mpu_next_state);
pwrdm_set_next_pwrst(neon_pwrdm, mpu_next_state);

/* PER */
per_next_state = pwrdm_read_next_pwrst(per_pwrdm);
Expand Down

0 comments on commit 9b53fb6

Please sign in to comment.