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] fix build breakage

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 2e81aba147ebdb2a2dc7e39565ecd1faa7117eea
# Parent  51c79c67908ba7191c590374a9c33d9c420eee1f
[IA64] fix build breakage

Looks like we do need to include asm/hypercall.h

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

diff -r 51c79c67908b -r 2e81aba147eb 
linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h        Fri Mar 24 
10:46:14 2006 -0700
+++ b/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h        Fri Mar 24 
11:36:22 2006 -0700
@@ -53,6 +53,8 @@ int xen_init(void);
 /* Turn jiffies into Xen system time. XXX Implement me. */
 #define jiffies_to_st(j)       0
 
+#include <asm/hypercall.h>
+
 // for drivers/xen/privcmd/privcmd.c
 #define direct_remap_pfn_range(a,b,c,d,e,f) remap_pfn_range(a,b,c,d,e)
 #define        pfn_to_mfn(x)   (x)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] fix build breakage, Xen patchbot -unstable <=