ARM: exynos: Skip scu_enable if using Exynos3250
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 Jul 2014 03:03:34 +0000 (12:03 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:10 +0000 (12:00 +0900)
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/mach-exynos/platsmp.c

index aad827f..3525597 100644 (file)
@@ -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());
 
        /*