debuggers.hg
changeset 13652:1abb694a52df
Fix perfc=y build.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Thu Jan 25 18:23:48 2007 +0000 (2007-01-25) |
parents | fde9e1d474b7 |
children | 3bb7136c8fb4 |
files | xen/common/perfc.c |
line diff
1.1 --- a/xen/common/perfc.c Thu Jan 25 18:20:58 2007 +0000 1.2 +++ b/xen/common/perfc.c Thu Jan 25 18:23:48 2007 +0000 1.3 @@ -136,8 +136,8 @@ static xen_sysctl_perfc_desc_t perfc_d[N 1.4 static xen_sysctl_perfc_val_t *perfc_vals; 1.5 static int perfc_nbr_vals; 1.6 static int perfc_init = 0; 1.7 -static int perfc_copy_info(XEN_GUEST_HANDLE(xen_sysctl_perfc_desc_t) desc, 1.8 - XEN_GUEST_HANDLE(xen_sysctl_perfc_val_t) val) 1.9 +static int perfc_copy_info(XEN_GUEST_HANDLE_64(xen_sysctl_perfc_desc_t) desc, 1.10 + XEN_GUEST_HANDLE_64(xen_sysctl_perfc_val_t) val) 1.11 { 1.12 unsigned int i, j; 1.13 unsigned int v = 0;