svn commit: r239228 - in head/sys: amd64/conf i386/conf
Colin Percival
cperciva at FreeBSD.org
Mon Aug 13 07:36:58 UTC 2012
Author: cperciva
Date: Mon Aug 13 07:36:57 2012
New Revision: 239228
URL: http://svn.freebsd.org/changeset/base/239228
Log:
Build modules along with the XENHVM kernels.
No objections from: freebsd-xen mailing list
MFC after: 1 week
Modified:
head/sys/amd64/conf/XENHVM
head/sys/i386/conf/XENHVM
Modified: head/sys/amd64/conf/XENHVM
==============================================================================
--- head/sys/amd64/conf/XENHVM Mon Aug 13 02:16:37 2012 (r239227)
+++ head/sys/amd64/conf/XENHVM Mon Aug 13 07:36:57 2012 (r239228)
@@ -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
Modified: head/sys/i386/conf/XENHVM
==============================================================================
--- head/sys/i386/conf/XENHVM Mon Aug 13 02:16:37 2012 (r239227)
+++ head/sys/i386/conf/XENHVM Mon Aug 13 07:36:57 2012 (r239228)
@@ -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
More information about the svn-src-head
mailing list