commit | 24469df4ed8943104980fa7405011870ede8105a | [log] [tgz] |
---|---|---|
author | Barry Song <Baohua.Song@csr.com> | Mon Oct 10 02:50:54 2011 -0700 |
committer | Barry Song <Barry.Song@csr.com> | Mon Oct 24 02:55:28 2011 -0700 |
tree | 1a4017dee2719a3496ef8399062d31456395d834 | |
parent | 917d853564530dd5e73c8c1604e823465ff9b713 [diff] [blame] |
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>
diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c index 0ba39f3..cb53160 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/arch/arm/mach-prima2/pm.c
@@ -71,6 +71,7 @@ outer_disable(); /* go zzz */ cpu_suspend(0, sirfsoc_finish_suspend); + outer_resume(); break; default: return -EINVAL;