aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-30 11:53:47 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-30 11:53:47 +0000
commite4dfe0cdba5ee02d3b00e42454790f0ee7d381bf (patch)
tree1c88bfdf1ff6da38783ad7833b2af4144dbf7b71 /xen/common/Makefile
parent855b34ec9923c2ae74fbf6859b0943e26f30c6bf (diff)
downloadxen-e4dfe0cdba5ee02d3b00e42454790f0ee7d381bf.tar.gz
xen-e4dfe0cdba5ee02d3b00e42454790f0ee7d381bf.tar.bz2
xen-e4dfe0cdba5ee02d3b00e42454790f0ee7d381bf.zip
Replace dom_mem_op hypercall with memory_op hypercall with
better interface. Fix "mem=" parameter on x86/64 boot. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 892d407585..bccdeb4231 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -2,7 +2,6 @@
include $(BASEDIR)/Rules.mk
ifeq ($(TARGET_ARCH),ia64)
-#OBJS := $(subst dom_mem_ops.o,,$(OBJS))
OBJS := $(subst grant_table.o,,$(OBJS))
endif