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:
Robert Watson 2010-12-13 12:15:46 +00:00
parent 326b41010a
commit 9c9f06e60d

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