mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES
by default to improve performance.
This commit is contained in:
parent
eb8fefbe04
commit
2a79761d77
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130441
@ -28,6 +28,7 @@ ident GENERIC
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options ADAPTIVE_MUTEXES # mutexes first spin lock, then sleep
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user