Hello Vijay,
On 22/02/17 10:46, Vijay Kilari wrote:
On Mon, Feb 20, 2017 at 11:02 PM, Julien Grall wrote:
On 09/02/17 15:56, 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.
A link to th
On Mon, Feb 20, 2017 at 11:02 PM, Julien Grall wrote:
> Hello Vijay,
>
> On 09/02/17 15:56, 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.
>
>
> A link to the bindings would have
Hello Vijay,
On 09/02/17 15:56, vijay.kil...@gmail.com wrote:
+static int __init dt_numa_scan_cpu_node(const void *fdt, int node,
+const char *name, int depth,
+u32 address_cells, u32 size_cells,
+
Hello Vijay,
On 09/02/17 15:56, 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.
A link to the bindings would have been useful...
Call numa_init() from setup_mm() with start and end
pfn of
From: Vijaya Kumar K
Parse CPU node and fetch numa-node-id information.
For each node-id found, update nodemask_t mask.
Call numa_init() from setup_mm() with start and end
pfn of the complete ram..
Signed-off-by: Vijaya Kumar K
---
xen/arch/arm/Makefile | 1 +
xen/arch/arm/bootfdt.c