Hello Vijay,
On 22/02/17 10:08, Vijay Kilari wrote:
On Mon, Feb 20, 2017 at 6:17 PM, Julien Grall wrote:
On 09/02/17 15:56, vijay.kil...@gmail.com wrote:
diff --git a/xen/common/numa.c b/xen/common/numa.c
index 59dcb63..13f147c 100644
--- a/xen/common/numa.c
+++ b/xen/common/numa.c
@@ -46,6 +
On Mon, Feb 20, 2017 at 6:17 PM, Julien Grall wrote:
> Hello Vijay,
>
>
> On 09/02/17 15:56, vijay.kil...@gmail.com wrote:
>>
>> From: Vijaya Kumar K
>>
>> Move some common numa code from xen/arch/x86/srat.c
>> to xen/common/numa.c
>>
>> Signed-off-by: Vijaya Kumar K
>> ---
>> xen/arch/x86/srat
Hello Vijay,
On 09/02/17 15:56, vijay.kil...@gmail.com wrote:
From: Vijaya Kumar K
Move some common numa code from xen/arch/x86/srat.c
to xen/common/numa.c
Signed-off-by: Vijaya Kumar K
---
xen/arch/x86/srat.c| 54 -
xen/common/numa.c
>>> On 09.02.17 at 16:56, wrote:
> --- a/xen/arch/x86/srat.c
> +++ b/xen/arch/x86/srat.c
> @@ -25,7 +25,7 @@ static struct acpi_table_slit *__read_mostly acpi_slit;
>
> static nodemask_t memory_nodes_parsed __initdata;
> static nodemask_t processor_nodes_parsed __initdata;
> -static struct nod
From: Vijaya Kumar K
Move some common numa code from xen/arch/x86/srat.c
to xen/common/numa.c
Signed-off-by: Vijaya Kumar K
---
xen/arch/x86/srat.c| 54 -
xen/common/numa.c | 55 ++
xen/inc