[RESEND PATCH] arm64: topology: add MPIDR-based detection

Catalin Marinas catalin.marinas at arm.com
Thu Jul 10 04:03:18 PDT 2014


On Sat, Jun 07, 2014 at 01:55:27AM +0100, Zi Shen Lim wrote:
> Lorenzo and Mark agreed on the following updated patch from Lorenzo:
>     http://www.spinics.net/lists/arm-kernel/msg336998.html
> 
> W.r.t. cluster numbering, we're now back to where we were with the
> the original patch sent out in April:
>     https://lkml.org/lkml/2014/4/22/951
> 
> Were there any other objections to this approach?
> AFAICT, this patch should be good to go for 3.16.
> ------->8--------
> 
> Create cpu topology based on MPIDR. When hardware sets MPIDR to sane
> values, this method will always work. Therefore it should also work well
> as the fallback method. [1]
> 
> When we have multiple processing elements in the system, we create
> the cpu topology by mapping each affinity level (from lowest to highest)
> to threads (if they exist), cores, and clusters.
> 
> [1] http://www.spinics.net/lists/arm-kernel/msg317445.html
> 
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Signed-off-by: Zi Shen Lim <zlim at broadcom.com>
> Signed-off-by: Mark Brown <broonie at linaro.org>
> ---
>  arch/arm64/include/asm/cputype.h |  2 ++
>  arch/arm64/kernel/topology.c     | 47 ++++++++++++++++++++++++++++------------
>  2 files changed, 35 insertions(+), 14 deletions(-)

Applied for 3.17. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list