diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-06 16:21:19 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-26 16:01:34 +0900 |
commit | bfe4cfa8ae21628267f2b879b4396ee17ea4fd3a (patch) | |
tree | d767a600dbf8f7bae9e889dc74f40b5fc4342bf2 /arch/arm/mach-shmobile/pm-r8a7791.c | |
parent | 8e26118d44c4877fa52dc8117692f3cc9af3c769 (diff) | |
download | talos-op-linux-bfe4cfa8ae21628267f2b879b4396ee17ea4fd3a.tar.gz talos-op-linux-bfe4cfa8ae21628267f2b879b4396ee17ea4fd3a.zip |
ARM: shmobile: Allow r8a7791 to build non-SMP APMU code
Build the APMU for r8a7791 even though SMP is
disabled in the kernel config. Also initialize
Suspend-to-RAM from pm-r8a7791.c to in the future
cover both UP and SMP use cases of the APMU.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/pm-r8a7791.c')
-rw-r--r-- | arch/arm/mach-shmobile/pm-r8a7791.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/pm-r8a7791.c b/arch/arm/mach-shmobile/pm-r8a7791.c index c44304c3c6df..25f107bb3657 100644 --- a/arch/arm/mach-shmobile/pm-r8a7791.c +++ b/arch/arm/mach-shmobile/pm-r8a7791.c @@ -69,4 +69,5 @@ void __init r8a7791_pm_init(void) iounmap(p); r8a7791_sysc_init(); + shmobile_smp_apmu_suspend_init(); } |