aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-06 12:07:55 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-06 12:07:55 +0000
commit50b12df836fddc9d76f59a23d35a801d43cfef31 (patch)
treed55d90b2431221a2d80a44558e2ae6f45d56c7bb /xen/arch/x86/Rules.mk
parent2d700e03efa7c65686f7b0c756dbdac30c8ede9c (diff)
downloadxen-50b12df836fddc9d76f59a23d35a801d43cfef31.tar.gz
xen-50b12df836fddc9d76f59a23d35a801d43cfef31.tar.bz2
xen-50b12df836fddc9d76f59a23d35a801d43cfef31.zip
x86 vmx: Remove vmxassist.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index ac66c253ca..cbc2f1dadc 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -11,11 +11,6 @@ xenoprof := y
#
pae ?= n
supervisor_mode_kernel ?= n
-vmxassist ?= n
-
-ifeq ($(vmxassist),y)
-CFLAGS += -DVMXASSIST
-endif
# Solaris grabs stdarg.h and friends from the system include directory.
ifneq ($(XEN_OS),SunOS)