aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c
index 4ca8ff14a5bf..c5c840e947b8 100644
--- a/arch/arm/mach-exynos/platsmp.c
+++ b/arch/arm/mach-exynos/platsmp.c
@@ -198,7 +198,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
198{ 198{
199 int i; 199 int i;
200 200
201 if (!soc_is_exynos5250()) 201 if (!(soc_is_exynos5250() || soc_is_exynos5440()))
202 scu_enable(scu_base_addr()); 202 scu_enable(scu_base_addr());
203 203
204 /* 204 /*