svn commit: r191848 - head/sys/amd64/conf

Doug Rabson dfr at FreeBSD.org
Wed May 6 17:52:39 UTC 2009


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.


More information about the svn-src-all mailing list