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] gcc-4.0 build fix

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 111af742e414e174456bca5d0edbb47641031fe2
# Parent  f53282b4b33a380208e2507dda4b85bc357cf446
[IA64] gcc-4.0 build fix

do_lock_page() and do_set_shared_page() are declared static in
vmx_hypercall.c.  Removed so we can build with gcc-4.0.  From
Stephane Eranian.

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

diff -r f53282b4b33a -r 111af742e414 xen/include/asm-ia64/hypercall.h
--- a/xen/include/asm-ia64/hypercall.h  Sat Feb 18 21:54:15 2006
+++ b/xen/include/asm-ia64/hypercall.h  Sun Feb 19 04:25:31 2006
@@ -16,15 +16,4 @@
     u64 *pdone,
     u64 foreigndom);
 
-extern int
-do_lock_page(
-    VCPU *vcpu,
-    u64 va,
-    u64 lock);
-
-extern int
-do_set_shared_page(
-    VCPU *vcpu,
-    u64 gpa);
-
 #endif /* __ASM_IA64_HYPERCALL_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] gcc-4.0 build fix, Xen patchbot -unstable <=