Re: [PATCH v3 09/12] ARM: EXYNOS: add support get_core_count() for EXYNOS5250

2012-03-13 Thread Kukjin Kim
On 03/13/12 09:15, Arnd Bergmann wrote: On Tuesday 13 March 2012, Kukjin Kim wrote: The EXYNOS5250 has two Cortex-A15 cores and there's no need to call scu_enable() in platform_smp_prepare_cpus(). Signed-off-by: Kukjin Kim Can you explain this patch more? It only seems to make the code less g

Re: [PATCH v3 09/12] ARM: EXYNOS: add support get_core_count() for EXYNOS5250

2012-03-13 Thread Arnd Bergmann
On Tuesday 13 March 2012, Kukjin Kim wrote: > The EXYNOS5250 has two Cortex-A15 cores and there's no > need to call scu_enable() in platform_smp_prepare_cpus(). > > Signed-off-by: Kukjin Kim Can you explain this patch more? It only seems to make the code less generic, but there is no indication

[PATCH v3 09/12] ARM: EXYNOS: add support get_core_count() for EXYNOS5250

2012-03-13 Thread Kukjin Kim
The EXYNOS5250 has two Cortex-A15 cores and there's no need to call scu_enable() in platform_smp_prepare_cpus(). Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/platsmp.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm