Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 11:34:49 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r239412 - in stable/9/sys: amd64/conf i386/conf
Message-ID:  <201208201134.q7KBYnxq028028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Mon Aug 20 11:34:49 2012
New Revision: 239412
URL: http://svn.freebsd.org/changeset/base/239412

Log:
  MFC r239228: Build modules along with the XENHVM kernels.

Modified:
  stable/9/sys/amd64/conf/XENHVM
  stable/9/sys/i386/conf/XENHVM
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/conf/XENHVM
==============================================================================
--- stable/9/sys/amd64/conf/XENHVM	Mon Aug 20 11:29:24 2012	(r239411)
+++ stable/9/sys/amd64/conf/XENHVM	Mon Aug 20 11:34:49 2012	(r239412)
@@ -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: stable/9/sys/i386/conf/XENHVM
==============================================================================
--- stable/9/sys/i386/conf/XENHVM	Mon Aug 20 11:29:24 2012	(r239411)
+++ stable/9/sys/i386/conf/XENHVM	Mon Aug 20 11:34:49 2012	(r239412)
@@ -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?201208201134.q7KBYnxq028028>