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] [xen-unstable] Fix 64-bit build.

# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1184861387 -3600
# Node ID 3073f35ed58e5d39c8048363356e97be57235461
# Parent  fdc602720f11562947dbd40a7d2c307a0e2ffe34
Fix 64-bit build.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/arch/x86/x86_64/platform_hypercall.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r fdc602720f11 -r 3073f35ed58e xen/arch/x86/x86_64/platform_hypercall.c
--- a/xen/arch/x86/x86_64/platform_hypercall.c  Thu Jul 19 17:00:31 2007 +0100
+++ b/xen/arch/x86/x86_64/platform_hypercall.c  Thu Jul 19 17:09:47 2007 +0100
@@ -1,6 +1,5 @@
 /******************************************************************************
  * platform_hypercall.c
- *
  */
 
 #include <xen/config.h>
@@ -11,6 +10,8 @@ DEFINE_XEN_GUEST_HANDLE(compat_platform_
 #define xen_platform_op     compat_platform_op
 #define xen_platform_op_t   compat_platform_op_t
 #define do_platform_op(x)   compat_platform_op(_##x)
+
+#define xenpf_enter_acpi_sleep compat_pf_enter_acpi_sleep
 
 #define COMPAT
 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix 64-bit build., Xen patchbot-unstable <=