Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2010 12:15:46 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216405 - head/sys/amd64/conf
Message-ID:  <201012131215.oBDCFkhk082025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Mon Dec 13 12:15:46 2010
New Revision: 216405
URL: http://svn.freebsd.org/changeset/base/216405

Log:
  Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching
  its similar disabling of adaptive mutexes and rwlocks.  The existing
  comment on why this is the case also applies to sx locks.
  
  MFC after:	3 days
  Discussed with:	attilio

Modified:
  head/sys/amd64/conf/XENHVM

Modified: head/sys/amd64/conf/XENHVM
==============================================================================
--- head/sys/amd64/conf/XENHVM	Mon Dec 13 10:48:49 2010	(r216404)
+++ head/sys/amd64/conf/XENHVM	Mon Dec 13 12:15:46 2010	(r216405)
@@ -17,6 +17,7 @@ makeoptions	MODULES_OVERRIDE=""
 #
 options 	NO_ADAPTIVE_MUTEXES
 options 	NO_ADAPTIVE_RWLOCKS
+options 	NO_ADAPTIVE_SX
 
 # Xen HVM support
 options 	XENHVM



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