commit | 83e877a334eb5ff14f6e822b6f3d8d31b5057be2 | [log] [tgz] |
---|---|---|
author | Kukjin Kim <kgene.kim@samsung.com> | Thu Dec 06 15:32:14 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Tue Dec 18 19:00:25 2012 -0800 |
tree | 538858caf8405fb2a0504a266ab787de7c3b377f | |
parent | 12fee1949e2b302009026ce28e4ef6fac721d7ea [diff] [blame] |
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440 Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index 4ca8ff1..c5c840e 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c
@@ -198,7 +198,7 @@ { int i; - if (!soc_is_exynos5250()) + if (!(soc_is_exynos5250() || soc_is_exynos5440())) scu_enable(scu_base_addr()); /*