From: kfraser@localhost.localdomain Date: Thu, 25 Jan 2007 18:23:48 +0000 (+0000) Subject: Fix perfc=y build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15371^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0f3895c51f0475952dcc75e4cfd4b423cd5e34c;p=xen.git Fix perfc=y build. Signed-off-by: Keir Fraser --- diff --git a/xen/common/perfc.c b/xen/common/perfc.c index 471bd3cd2b..5ab8c6e9f3 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(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;