From 39d41b000b15454f4bf6451836ddac1cf172efaf Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 10 Jul 2014 11:01:36 +0900 Subject: ARM: exynos: Check the number of core and initialize CPU possible map 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 8da3ec00ffe..aad827fc839 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -181,7 +181,7 @@ static void __init exynos_smp_init_cpus(void) void __iomem *scu_base = scu_base_addr(); unsigned int i, ncores; - if (soc_is_exynos5250()) + if (soc_is_exynos3250() || soc_is_exynos5250()) ncores = 2; else ncores = scu_base ? scu_get_core_count(scu_base) : 1; -- cgit v1.2.3