Skip to content

Commit

Permalink
ARM: CSR: PM: use outer_resume to resume L2 cache
Browse files Browse the repository at this point in the history
now we move l2x0 resume to Linux from bootloader since l2x0 already has
resume support in core.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
  • Loading branch information
Barry Song authored and Barry Song committed Oct 24, 2011
1 parent 917d853 commit 24469df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static int sirfsoc_pm_enter(suspend_state_t state)
outer_disable();
/* go zzz */
cpu_suspend(0, sirfsoc_finish_suspend);
outer_resume();
break;
default:
return -EINVAL;
Expand Down

0 comments on commit 24469df

Please sign in to comment.