|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] [XEN] replace shado
On Fri, 2007-07-20 at 11:54 +0100, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
> # Date 1184927796 -3600
> # Node ID 3c28bc13a3f82032c6171825629d9be754075da5
> # Parent 091134f5555c7fc858dd2ed449bd91b54258a9c6
> [XEN] replace shadow_* with paging_* in common code
We need to include paging.h in domctl.c to get this to build on ia64.
BTW, unstable is over a week behind staging, is anyone working on
getting it unclogged? Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
Fix ia64 build
diff -r 44e12d5b5178 xen/common/domctl.c
--- a/xen/common/domctl.c Fri Jul 20 12:00:25 2007 +0100
+++ b/xen/common/domctl.c Fri Jul 20 06:52:39 2007 -0600
@@ -20,6 +20,7 @@
#include <xen/rcupdate.h>
#include <xen/guest_access.h>
#include <xen/bitmap.h>
+#include <xen/paging.h>
#include <asm/current.h>
#include <public/domctl.h>
#include <acm/acm_hooks.h>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] [XEN] replace shadow_* with paging_* in common code,
Alex Williamson <=
|
|
|
|
|