Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2012 07:36:58 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239228 - in head/sys: amd64/conf i386/conf
Message-ID:  <201208130736.q7D7awPc006358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208130736.q7D7awPc006358>