ia64/xen-unstable
changeset 11355:13e09ec65862
Revert powerpc build break after dom0_ops split.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Aug 30 18:08:19 2006 +0100 (2006-08-30) |
parents | 45f6ee334fcc |
children | d741e86a8766 |
files | xen/include/public/domctl.h |
line diff
1.1 --- a/xen/include/public/domctl.h Wed Aug 30 18:03:55 2006 +0100 1.2 +++ b/xen/include/public/domctl.h Wed Aug 30 18:08:19 2006 +0100 1.3 @@ -73,7 +73,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_domctl_getdo 1.4 struct xen_domctl_getmemlist { 1.5 /* IN variables. */ 1.6 uint64_t max_pfns; 1.7 - XEN_GUEST_HANDLE_64(ulong) buffer; 1.8 + XEN_GUEST_HANDLE_64(xen_pfn_t) buffer; 1.9 /* OUT variables. */ 1.10 uint64_t num_pfns; 1.11 };