ARM: EXYNOS: add support get_core_count() for EXYNOS5250
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 25 Jan 2012 06:35:57 +0000 (15:35 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 14 Mar 2012 09:35:15 +0000 (02:35 -0700)
The EXYNOS5250 has two Cortex-A15 cores and there's no
need to call scu_enable() in platform_smp_prepare_cpus()
because Cortex-A15 has no regarding scu register which
can be used for getting number of cores.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found