On Thu, Jul 20, 2017 at 5:39 PM, Julien Grall <julien.grall@xxxxxxx> wrote:
But still compilation issue comes from below code.
where only asm/numa.h is included.
--- a/xen/include/asm-x86/irq.h
+++ b/xen/include/asm-x86/irq.h
@@ -4,7 +4,7 @@
/* (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar */
#include <asm/atomic.h>
-#include <asm/numa.h>
+#include <xen/numa.h>
#include <xen/cpumask.h>
#include <xen/smp.h>
#include <xen/hvm/irq.h>