diff options
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7791.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7791.c b/arch/arm/mach-shmobile/smp-r8a7791.c index 17720860f0dd..c6543b6ec759 100644 --- a/arch/arm/mach-shmobile/smp-r8a7791.c +++ b/arch/arm/mach-shmobile/smp-r8a7791.c | |||
@@ -52,6 +52,7 @@ static void __init r8a7791_smp_prepare_cpus(unsigned int max_cpus) | |||
52 | iounmap(p); | 52 | iounmap(p); |
53 | 53 | ||
54 | r8a7791_pm_init(); | 54 | r8a7791_pm_init(); |
55 | shmobile_smp_apmu_suspend_init(); | ||
55 | } | 56 | } |
56 | 57 | ||
57 | static int r8a7791_smp_boot_secondary(unsigned int cpu, | 58 | static int r8a7791_smp_boot_secondary(unsigned int cpu, |