WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] compilation fix hypercall.h

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 5a0a0d9d126a6a583ce28a53130316436eeb5389
# Parent  056109e4394731579c1d3d027c2e0d636a7a2ee1
[IA64] compilation fix hypercall.h

it refers dom0_op_t.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r 056109e43947 -r 5a0a0d9d126a 
linux-2.6-xen-sparse/include/asm-ia64/hypercall.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Fri Mar 10 16:15:29 2006
+++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Fri Mar 10 16:18:52 2006
@@ -32,6 +32,7 @@
 
 #include <xen/interface/xen.h>
 #include <xen/interface/sched.h>
+#include <xen/interface/dom0_ops.h>
 
 /* FIXME: temp place to hold these page related macros */
 #include <asm/page.h>

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] compilation fix hypercall.h, Xen patchbot -unstable <=