dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: CSR: PM: use outer_resume to resume L2 cache

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>
This commit is contained in:
Barry Song 2011-10-10 02:50:54 -07:00 committed by Barry Song
parent 917d853564
commit 24469df4ed
1 changed files with 1 additions and 0 deletions

View File

@ -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;