diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-06 15:32:14 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-18 19:00:25 -0800 |
commit | 83e877a334eb5ff14f6e822b6f3d8d31b5057be2 (patch) | |
tree | 538858caf8405fb2a0504a266ab787de7c3b377f /arch | |
parent | 12fee1949e2b302009026ce28e4ef6fac721d7ea (diff) |
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 2 |
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) { int i; - if (!soc_is_exynos5250()) + if (!(soc_is_exynos5250() || soc_is_exynos5440())) scu_enable(scu_base_addr()); /* |