diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-06 01:32:14 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-12-18 22:00:25 -0500 |
commit | 83e877a334eb5ff14f6e822b6f3d8d31b5057be2 (patch) | |
tree | 538858caf8405fb2a0504a266ab787de7c3b377f /arch/arm | |
parent | 12fee1949e2b302009026ce28e4ef6fac721d7ea (diff) |
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-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) | |||
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 | /* |