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/smp-r8a7791.c | |
parent | 8e26118d44c4877fa52dc8117692f3cc9af3c769 (diff) | |
download | blackbird-obmc-linux-bfe4cfa8ae21628267f2b879b4396ee17ea4fd3a.tar.gz blackbird-obmc-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/smp-r8a7791.c')
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7791.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7791.c b/arch/arm/mach-shmobile/smp-r8a7791.c index df086aa79630..f743386166fb 100644 --- a/arch/arm/mach-shmobile/smp-r8a7791.c +++ b/arch/arm/mach-shmobile/smp-r8a7791.c @@ -30,7 +30,6 @@ static void __init r8a7791_smp_prepare_cpus(unsigned int max_cpus) shmobile_smp_apmu_prepare_cpus(max_cpus); r8a7791_pm_init(); - shmobile_smp_apmu_suspend_init(); } static int r8a7791_smp_boot_secondary(unsigned int cpu, |