summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-07-10 12:03:34 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:10 +0900
commitcdbb4910284c5a4d91f0ee5e2542ed23f34f3b08 (patch)
tree3ed748fd0b17e15e8ef4a373f6611c6dc238fcc7 /arch
parent39d41b000b15454f4bf6451836ddac1cf172efaf (diff)
downloadlinux-3.10-cdbb4910284c5a4d91f0ee5e2542ed23f34f3b08.tar.gz
linux-3.10-cdbb4910284c5a4d91f0ee5e2542ed23f34f3b08.tar.bz2
linux-3.10-cdbb4910284c5a4d91f0ee5e2542ed23f34f3b08.zip
ARM: exynos: Skip scu_enable if using Exynos3250
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
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 aad827fc839..3525597e10b 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());
/*