aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/memory.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-02-06 17:40:05 +0100
committerJan Beulich <jbeulich@suse.com>2012-02-06 17:40:05 +0100
commit52ff92ec89ea79108bf3347b19eb5d35fac9d2e1 (patch)
tree0c8f05cc636ad7f374b42c85400651507a430376 /xen/common/memory.c
parent6e05ed0925434a36026ca717c55b55243a3222b9 (diff)
downloadxen-52ff92ec89ea79108bf3347b19eb5d35fac9d2e1.tar.gz
xen-52ff92ec89ea79108bf3347b19eb5d35fac9d2e1.tar.bz2
xen-52ff92ec89ea79108bf3347b19eb5d35fac9d2e1.zip
ia64: fix build (next instance)
A number of build problems crept in once again. Fix them. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/memory.c')
-rw-r--r--xen/common/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/memory.c b/xen/common/memory.c
index 489c9a620b..df94dc2ca7 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -683,7 +683,7 @@ long do_memory_op(unsigned long cmd, XEN_GUEST_HANDLE(void) arg)
mfn = get_gfn_untyped(d, xrfp.gpfn);
if ( mfn_valid(mfn) )
- guest_physmap_remove_page(d, xrfp.gpfn, mfn, PAGE_ORDER_4K);
+ guest_physmap_remove_page(d, xrfp.gpfn, mfn, 0);
else
rc = -ENOENT;