ia64/xen-unstable
changeset 14512:6519867be0fe
[TOOLS] libxc: Fix x86 build.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Thu Mar 22 12:22:16 2007 +0000 (2007-03-22) |
parents | 4e874484f4da |
children | be1017157768 5c529af40697 |
files | tools/libxc/xc_dom_x86.c |
line diff
1.1 --- a/tools/libxc/xc_dom_x86.c Wed Mar 21 23:59:03 2007 +0000 1.2 +++ b/tools/libxc/xc_dom_x86.c Thu Mar 22 12:22:16 2007 +0000 1.3 @@ -606,6 +606,7 @@ static int x86_shadow(int xc, domid_t do 1.4 int arch_setup_meminit(struct xc_dom_image *dom) 1.5 { 1.6 int rc; 1.7 + xen_pfn_t pfn; 1.8 1.9 x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type); 1.10 if ( xc_dom_feature_translated(dom) )