Message ID | 20140605051553.18075.47511.sendpatchset@w520 (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
--- 0006/arch/arm/mach-shmobile/platsmp-apmu.c +++ work/arch/arm/mach-shmobile/platsmp-apmu.c 2014-06-05 12:52:50.000000000 +0900 @@ -242,6 +242,10 @@ static int shmobile_smp_apmu_enter_suspe void __init shmobile_smp_apmu_suspend_init(void) { +#ifndef CONFIG_SMP + /* initialize APMU for non-SMP case */ + shmobile_smp_apmu_prepare_cpus(1); +#endif shmobile_suspend_ops.enter = shmobile_smp_apmu_enter_suspend; } #else