mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
326b41010a
commit
9c9f06e60d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue