Disable adaptive mutexes and rwlocks for XENHVM.

This commit is contained in:
dfr 2009-05-06 17:52:38 +00:00
parent 2cd312b300
commit c3148a6894

View File

@ -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.