Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching

its similar disabling of adaptive mutexes and rwlocks.  The existing
comment on why this is the case also applies to sx locks.

MFC after:	3 days
Discussed with:	attilio
This commit is contained in:
rwatson 2010-12-13 12:15:46 +00:00
parent 889baffc86
commit de77cdc7c1

View File

@ -17,6 +17,7 @@ makeoptions MODULES_OVERRIDE=""
#
options NO_ADAPTIVE_MUTEXES
options NO_ADAPTIVE_RWLOCKS
options NO_ADAPTIVE_SX
# Xen HVM support
options XENHVM