]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commite9bba61522a7650b0e4d9952bb3ece81d473a52c
tree7619168da722aaecb9a43837298a161b7f164e79
parent330c90a54c82596dfe355163c4d888e51a0fe65b
ARM: EXYNOS: add support get_core_count() for EXYNOS5250

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>
arch/arm/mach-exynos/platsmp.c