aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/xc_linux_restore.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-22 13:56:30 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-22 13:56:30 +0000
commit8babea830827083a13dae8c037dcc210ad33018e (patch)
tree9b63be0c9c4efb0b50544546f505db2be3f0789f /tools/xc/lib/xc_linux_restore.c
parentf87c08eebde731ad658ad052325db2449270f9ac (diff)
downloadxen-8babea830827083a13dae8c037dcc210ad33018e.tar.gz
xen-8babea830827083a13dae8c037dcc210ad33018e.tar.bz2
xen-8babea830827083a13dae8c037dcc210ad33018e.zip
bitkeeper revision 1.872 (4087cf0eay7XY7T1xObNygn1qSwJ0g)
Partial checkin of new blkdev backend in Xenolinux. Also updates to the mmu_update interface.
Diffstat (limited to 'tools/xc/lib/xc_linux_restore.c')
-rw-r--r--tools/xc/lib/xc_linux_restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xc/lib/xc_linux_restore.c b/tools/xc/lib/xc_linux_restore.c
index d06804ed93..3decb28559 100644
--- a/tools/xc/lib/xc_linux_restore.c
+++ b/tools/xc/lib/xc_linux_restore.c
@@ -186,7 +186,7 @@ int xc_linux_restore(int xc_handle,
}
shared_info_frame = op.u.getdomaininfo.shared_info_frame;
- if ( (pm_handle = init_pfn_mapper()) < 0 )
+ if ( (pm_handle = init_pfn_mapper((domid_t)dom)) < 0 )
goto out;
/* Copy saved contents of shared-info page. No checking needed. */