Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2009 17:52:38 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191848 - head/sys/amd64/conf
Message-ID:  <200905061752.n46HqcHp024997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dfr
Date: Wed May  6 17:52:38 2009
New Revision: 191848
URL: http://svn.freebsd.org/changeset/base/191848

Log:
  Disable adaptive mutexes and rwlocks for XENHVM.

Modified:
  head/sys/amd64/conf/XENHVM

Modified: head/sys/amd64/conf/XENHVM
==============================================================================
--- head/sys/amd64/conf/XENHVM	Wed May  6 17:48:39 2009	(r191847)
+++ head/sys/amd64/conf/XENHVM	Wed May  6 17:52:38 2009	(r191848)
@@ -73,6 +73,8 @@ options  	HWPMC_HOOKS		# Necessary kerne
 options 	AUDIT			# Security event auditing
 #options 	KDTRACE_FRAME		# Ensure frames are compiled in
 #options 	KDTRACE_HOOKS		# Kernel DTrace hooks
+options		NO_ADAPTIVE_MUTEXES
+options		NO_ADAPTIVE_RWLOCKS
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.



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