From: Joe Epstein Date: Fri, 7 Jan 2011 11:54:52 +0000 (+0000) Subject: mem_type HVMOP: replaced enum X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10973 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f0ecb776d2e216b98041823d89e160de63e8825;p=xen.git mem_type HVMOP: replaced enum * Replaced the memory type enum with a 64-bit aligned value Signed-off-by: Joe Epstein Acked-by: Tim Deegan --- diff --git a/xen/include/public/hvm/hvm_op.h b/xen/include/public/hvm/hvm_op.h index 427ffb70bc..0502f68a64 100644 --- a/xen/include/public/hvm/hvm_op.h +++ b/xen/include/public/hvm/hvm_op.h @@ -119,7 +119,7 @@ struct xen_hvm_set_mem_type { /* Domain to be updated. */ domid_t domid; /* Memory type */ - hvmmem_type_t hvmmem_type; + uint64_aligned_t hvmmem_type; /* First pfn. */ uint64_aligned_t first_pfn; /* Number of pages. */