1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Disable adaptive mutexes and rwlocks for XENHVM.

This commit is contained in:
Doug Rabson 2009-05-06 17:52:38 +00:00
parent 8480241102
commit ad5c667f35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191848

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.