[PATCH v5 3/4] arm64, numa, dt: adding dt based numa support using dt node property arm, associativity
Catalin Marinas
catalin.marinas at arm.com
Fri Oct 9 08:18:50 PDT 2015
On Fri, Aug 14, 2015 at 10:09:33PM +0530, Ganapatrao Kulkarni wrote:
> Adding dt node pasring for numa topology using property arm,associativity.
> arm,associativity property can be used to map memory, cpu and
> io devices to numa node.
>
> Signed-off-by: Ganapatrao Kulkarni <gkulkarni at caviumnetworks.com>
> ---
> arch/arm64/Kconfig | 6 +
> arch/arm64/include/asm/numa.h | 7 +
> arch/arm64/kernel/Makefile | 1 +
> arch/arm64/kernel/dt_numa.c | 316 ++++++++++++++++++++++++++++++++++++++++++
> arch/arm64/kernel/smp.c | 1 +
> arch/arm64/mm/numa.c | 13 ++
Since a lot of code here is very similar to powerpc, any chance of
making it common, especially if we try to use the same bindings (maybe
with a different prefix ("arm," vs "ibm,")? See
https://members.openpowerfoundation.org/document/dl/469.
Also, since this series is from August, any chance to post another and
incorporate the feedback provided so far?
--
Catalin
More information about the linux-arm-kernel
mailing list