diff options
Diffstat (limited to 'arch/arm/mach-exynos/cpuidle.c')
-rw-r--r-- | arch/arm/mach-exynos/cpuidle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index cff0595d0d35..8e4ec21ef2cf 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c | |||
@@ -116,7 +116,8 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev, | |||
116 | cpu_suspend(0, idle_finisher); | 116 | cpu_suspend(0, idle_finisher); |
117 | 117 | ||
118 | #ifdef CONFIG_SMP | 118 | #ifdef CONFIG_SMP |
119 | scu_enable(S5P_VA_SCU); | 119 | if (!soc_is_exynos5250()) |
120 | scu_enable(S5P_VA_SCU); | ||
120 | #endif | 121 | #endif |
121 | cpu_pm_exit(); | 122 | cpu_pm_exit(); |
122 | 123 | ||