Re: [Xen-devel] [RFC PATCH v2 12/25] ARM: NUMA: Parse CPU NUMA information

2017-05-10 Thread Julien Grall
Hi, On 05/10/2017 06:24 AM, Vijay Kilari wrote: On Mon, May 8, 2017 at 11:01 PM, Julien Grall wrote: +static int __init dt_numa_scan_cpu_node(const void *fdt, int node, +const char *name, int depth, +uint32_t addre

Re: [Xen-devel] [RFC PATCH v2 12/25] ARM: NUMA: Parse CPU NUMA information

2017-05-09 Thread Vijay Kilari
On Mon, May 8, 2017 at 11:01 PM, Julien Grall wrote: > Hi Vijay, > > The title likely needs to have the work device-tree/DT in it. > > On 28/03/17 16:53, vijay.kil...@gmail.com wrote: >> >> From: Vijaya Kumar K >> >> Parse CPU node and fetch numa-node-id information. >> For each node-id found, up

Re: [Xen-devel] [RFC PATCH v2 12/25] ARM: NUMA: Parse CPU NUMA information

2017-05-08 Thread Julien Grall
Hi Vijay, The title likely needs to have the work device-tree/DT in it. On 28/03/17 16:53, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Parse CPU node and fetch numa-node-id information. For each node-id found, update nodemask_t mask. Refer to /Documentation/devicetree/bindings/numa.txt

[Xen-devel] [RFC PATCH v2 12/25] ARM: NUMA: Parse CPU NUMA information

2017-03-28 Thread vijay . kilari
From: Vijaya Kumar K Parse CPU node and fetch numa-node-id information. For each node-id found, update nodemask_t mask. Refer to /Documentation/devicetree/bindings/numa.txt. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/Makefile | 1 + xen/arch/arm/bootfdt.c | 16 -- xen/a