aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/perfc.c
diff options
context:
space:
mode:
authorSteven Hand <steven@xensource.com>2006-09-01 12:07:39 +0100
committerSteven Hand <steven@xensource.com>2006-09-01 12:07:39 +0100
commit55b3732db62e968bb7a1adafca6857d61655bae9 (patch)
tree6ac28ff893fb0b6fbe2b3dc59b7c83395cfecf0b /xen/common/perfc.c
parent6fd2fc155af10c0c21a8cda6e0e2a2147ebbda35 (diff)
downloadxen-55b3732db62e968bb7a1adafca6857d61655bae9.tar.gz
xen-55b3732db62e968bb7a1adafca6857d61655bae9.tar.bz2
xen-55b3732db62e968bb7a1adafca6857d61655bae9.zip
Fix build w/ perfc after cset 11394:96a4379be74a
Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/common/perfc.c')
-rw-r--r--xen/common/perfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/perfc.c b/xen/common/perfc.c
index 73e6189ac0..1903ef2f4e 100644
--- a/xen/common/perfc.c
+++ b/xen/common/perfc.c
@@ -136,8 +136,8 @@ static xen_sysctl_perfc_desc_t perfc_d[NR_PERFCTRS];
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_64(xen_sysctl_perfc_desc_t) desc,
- XEN_GUEST_HANDLE_64(xen_sysctl_perfc_val_t) val)
+static int perfc_copy_info(XEN_GUEST_HANDLE(xen_sysctl_perfc_desc_t) desc,
+ XEN_GUEST_HANDLE(xen_sysctl_perfc_val_t) val)
{
unsigned int i, j;
unsigned int v = 0;