From c3148a689413fb3464f36f92d368f6a92180bd44 Mon Sep 17 00:00:00 2001 From: dfr Date: Wed, 6 May 2009 17:52:38 +0000 Subject: Disable adaptive mutexes and rwlocks for XENHVM. --- sys/amd64/conf/XENHVM | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index ed2f70f..6080737 100644 --- a/sys/amd64/conf/XENHVM +++ b/sys/amd64/conf/XENHVM @@ -73,6 +73,8 @@ options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) 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. -- cgit v1.1