projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917d853
)
ARM: CSR: PM: use outer_resume to resume L2 cache
author
Barry Song
<Baohua.Song@csr.com>
Mon, 10 Oct 2011 09:50:54 +0000
(
02:50
-0700)
committer
Barry Song
<Barry.Song@csr.com>
Mon, 24 Oct 2011 09:55:28 +0000
(
02:55
-0700)
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>
arch/arm/mach-prima2/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-prima2/pm.c
b/arch/arm/mach-prima2/pm.c
index 0ba39f3e16ba14e48aba13c84521921f24d287f2..cb53160f6c5d3127b961edbf102e70ab34733712 100644
(file)
--- 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)
outer_disable();
/* go zzz */
cpu_suspend(0, sirfsoc_finish_suspend);
+ outer_resume();
break;
default:
return -EINVAL;