From: Steven Hand Date: Fri, 1 Sep 2006 11:07:39 +0000 (+0100) Subject: Fix build w/ perfc after cset 11394:96a4379be74a X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15673^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55b3732db62e968bb7a1adafca6857d61655bae9;p=xen.git Fix build w/ perfc after cset 11394:96a4379be74a Signed-off-by: Steven Hand --- 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;