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:
parent
889baffc86
commit
de77cdc7c1
@ -17,6 +17,7 @@ makeoptions MODULES_OVERRIDE=""
|
||||
#
|
||||
options NO_ADAPTIVE_MUTEXES
|
||||
options NO_ADAPTIVE_RWLOCKS
|
||||
options NO_ADAPTIVE_SX
|
||||
|
||||
# Xen HVM support
|
||||
options XENHVM
|
||||
|
Loading…
x
Reference in New Issue
Block a user