Re: [Xen-devel] [RFC PATCH v3 16/24] ARM: NUMA: Add memory NUMA support

2017-07-24 Thread Julien Grall
Hi Vijay, On 18/07/17 12:41, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Implement arch_sanitize_nodes_memory() which looks at all banks in bootinfo.mem, update nodes[] with corresponding nodeid. Call numa_scan_nodes() generic function with ram start and end address, which takes care of

[Xen-devel] [RFC PATCH v3 16/24] ARM: NUMA: Add memory NUMA support

2017-07-18 Thread vijay . kilari
From: Vijaya Kumar K Implement arch_sanitize_nodes_memory() which looks at all banks in bootinfo.mem, update nodes[] with corresponding nodeid. Call numa_scan_nodes() generic function with ram start and end address, which takes care of further computing memnodeshift and populating memnodemap[] us