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 perfc=y build.

# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1169749428 0
# Node ID 1abb694a52df13230efe4953e68c2dc85cfde4e7
# Parent  fde9e1d474b7cc403a4ea9921c283fdd5d13adb7
Fix perfc=y build.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/common/perfc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r fde9e1d474b7 -r 1abb694a52df xen/common/perfc.c
--- a/xen/common/perfc.c        Thu Jan 25 18:20:58 2007 +0000
+++ b/xen/common/perfc.c        Thu Jan 25 18:23:48 2007 +0000
@@ -136,8 +136,8 @@ static xen_sysctl_perfc_val_t *perfc_val
 static xen_sysctl_perfc_val_t *perfc_vals;
 static int               perfc_nbr_vals;
 static int               perfc_init = 0;
-static int perfc_copy_info(XEN_GUEST_HANDLE(xen_sysctl_perfc_desc_t) desc,
-                           XEN_GUEST_HANDLE(xen_sysctl_perfc_val_t) val)
+static int perfc_copy_info(XEN_GUEST_HANDLE_64(xen_sysctl_perfc_desc_t) desc,
+                           XEN_GUEST_HANDLE_64(xen_sysctl_perfc_val_t) val)
 {
     unsigned int i, j;
     unsigned int v = 0;

_______________________________________________
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 perfc=y build., Xen patchbot-unstable <=