aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_x86.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-03-22 12:22:16 +0000
committerIan Campbell <ian.campbell@xensource.com>2007-03-22 12:22:16 +0000
commit630a9be9d0bfa17f7202d82d9148aa0bc9c5a881 (patch)
tree3582d69cc0e23fda7db163324d0ce9b2d8cc55eb /tools/libxc/xc_dom_x86.c
parent33ca4e4b543067bd2b07971a87fad2734ca1de2f (diff)
downloadxen-630a9be9d0bfa17f7202d82d9148aa0bc9c5a881.tar.gz
xen-630a9be9d0bfa17f7202d82d9148aa0bc9c5a881.tar.bz2
xen-630a9be9d0bfa17f7202d82d9148aa0bc9c5a881.zip
[TOOLS] libxc: Fix x86 build.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/libxc/xc_dom_x86.c')
-rw-r--r--tools/libxc/xc_dom_x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xc_dom_x86.c b/tools/libxc/xc_dom_x86.c
index 6a71cec811..fd9f62b624 100644
--- a/tools/libxc/xc_dom_x86.c
+++ b/tools/libxc/xc_dom_x86.c
@@ -606,6 +606,7 @@ static int x86_shadow(int xc, domid_t domid)
int arch_setup_meminit(struct xc_dom_image *dom)
{
int rc;
+ xen_pfn_t pfn;
x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type);
if ( xc_dom_feature_translated(dom) )