[PATCH] ARM: EXYNOS: enable 4 cores secondary cpu up for exynos5440
Kukjin Kim
kgene.kim at samsung.com
Wed Jan 2 17:44:15 EST 2013
Olof Johansson wrote:
>
> Hi,
>
Hi,
[...]
> It seems better to create a helper function here instead and calling
> that, instead of switching to a conditional open-coded block to this
> function.
>
Yes, sounds good. I will.
> > @@ -178,6 +183,8 @@ static void __init exynos_smp_init_cpus(void)
> >
> > if (soc_is_exynos5250())
> > ncores = 2;
> > + else if (soc_is_exynos5440())
> > + ncores = 4;
>
> In the future it would make sense to get the core count from the
> device tree instead.
>
Agreed.
Thanks.
- Kukjin
More information about the linux-arm-kernel
mailing list