summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2012-08-13 07:36:57 +0000
committerColin Percival <cperciva@FreeBSD.org>2012-08-13 07:36:57 +0000
commit347c7fd7bf12d64faebb148b3bdc8c3b21c16273 (patch)
treee9a811a37b085bbefb9541f09688cdc8e16bbb90
parent64f202fc7d3be4ec74ae83be6d30409a3d554034 (diff)
Notes
-rw-r--r--sys/amd64/conf/XENHVM2
-rw-r--r--sys/i386/conf/XENHVM2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM
index e5fc0496f92a..ee745ec19443 100644
--- a/sys/amd64/conf/XENHVM
+++ b/sys/amd64/conf/XENHVM
@@ -6,8 +6,6 @@
include GENERIC
ident XENHVM
-makeoptions MODULES_OVERRIDE=""
-
#
# Adaptive locks rely on a lock-free pointer read to determine the run state
# of the thread holding a lock when under contention; under a virtualisation
diff --git a/sys/i386/conf/XENHVM b/sys/i386/conf/XENHVM
index 672716bfa14d..9e1b52ef407e 100644
--- a/sys/i386/conf/XENHVM
+++ b/sys/i386/conf/XENHVM
@@ -6,8 +6,6 @@
include GENERIC
ident XENHVM
-makeoptions MODULES_OVERRIDE=""
-
#
# Adaptive locks rely on a lock-free pointer read to determine the run state
# of the thread holding a lock when under contention; under a virtualisation