diff options
author | Barry Song <Baohua.Song@csr.com> | 2011-10-10 05:50:54 -0400 |
---|---|---|
committer | Barry Song <Barry.Song@csr.com> | 2011-10-24 05:55:28 -0400 |
commit | 24469df4ed8943104980fa7405011870ede8105a (patch) | |
tree | 1a4017dee2719a3496ef8399062d31456395d834 /arch/arm/mach-prima2 | |
parent | 917d853564530dd5e73c8c1604e823465ff9b713 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c index 0ba39f3e16ba..cb53160f6c5d 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/arch/arm/mach-prima2/pm.c | |||
@@ -71,6 +71,7 @@ static int sirfsoc_pm_enter(suspend_state_t state) | |||
71 | outer_disable(); | 71 | outer_disable(); |
72 | /* go zzz */ | 72 | /* go zzz */ |
73 | cpu_suspend(0, sirfsoc_finish_suspend); | 73 | cpu_suspend(0, sirfsoc_finish_suspend); |
74 | outer_resume(); | ||
74 | break; | 75 | break; |
75 | default: | 76 | default: |
76 | return -EINVAL; | 77 | return -EINVAL; |