[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] xen/evtchn: Fix build on ARM



commit 720f45ad01b6a3af2d77fb8fe122d934bbadba47
Author:     Julien Grall <julien.grall@xxxxxxxxxx>
AuthorDate: Mon Oct 14 23:19:37 2013 +0100
Commit:     Ian Campbell <ian.campbell@xxxxxxxxxx>
CommitDate: Tue Oct 15 10:24:29 2013 +0100

    xen/evtchn: Fix build on ARM
    
    The recent event channel changes introduced by commit a77eb86 and before...
    break the compilation on Xen ARM. This commit adds missing includes in
    common/event_fifo.c and include/xen/sched.h.
    
    Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 xen/common/event_fifo.c |    1 +
 xen/include/xen/sched.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/xen/common/event_fifo.c b/xen/common/event_fifo.c
index eb0b97c..bec8d87 100644
--- a/xen/common/event_fifo.c
+++ b/xen/common/event_fifo.c
@@ -16,6 +16,7 @@
 #include <xen/event_fifo.h>
 #include <xen/paging.h>
 #include <xen/mm.h>
+#include <xen/domain_page.h>
 
 #include <public/event_channel.h>
 
diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h
index c2588a5..25bf637 100644
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -24,6 +24,7 @@
 #include <public/sysctl.h>
 #include <public/vcpu.h>
 #include <public/mem_event.h>
+#include <public/event_channel.h>
 
 #ifdef CONFIG_COMPAT
 #include <compat/vcpu.h>
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.