From cdbb4910284c5a4d91f0ee5e2542ed23f34f3b08 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 10 Jul 2014 12:03:34 +0900 Subject: [PATCH] ARM: exynos: Skip scu_enable if using Exynos3250 Signed-off-by: Chanwoo Choi --- arch/arm/mach-exynos/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index aad827f..3525597 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -201,7 +201,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus) { int i; - if (!(soc_is_exynos5250() || soc_is_exynos5440())) + if (!(soc_is_exynos3250() || soc_is_exynos5250() || soc_is_exynos5440())) scu_enable(scu_base_addr()); /* -- 2.7.4