From a8a960306650c87f5921b234d4c7959d9fbade2f Mon Sep 17 00:00:00 2001 From: Abhilash Kesavan Date: Thu, 22 Nov 2012 14:46:34 +0900 Subject: [PATCH] --- yaml --- r: 342444 b: refs/heads/master c: a633208f2e97c7af9fa9e322fef249641f1f0c53 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos/cpuidle.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dd1ab152fcd6..efbbce33ffac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebee8541475f2f70d9035265f059570d2f701d5f +refs/heads/master: a633208f2e97c7af9fa9e322fef249641f1f0c53 diff --git a/trunk/arch/arm/mach-exynos/cpuidle.c b/trunk/arch/arm/mach-exynos/cpuidle.c index cff0595d0d35..8e4ec21ef2cf 100644 --- a/trunk/arch/arm/mach-exynos/cpuidle.c +++ b/trunk/arch/arm/mach-exynos/cpuidle.c @@ -116,7 +116,8 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev, cpu_suspend(0, idle_finisher); #ifdef CONFIG_SMP - scu_enable(S5P_VA_SCU); + if (!soc_is_exynos5250()) + scu_enable(S5P_VA_SCU); #endif cpu_pm_exit();