The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES

by default to improve performance.
This commit is contained in:
David E. O'Brien 2004-06-13 23:03:57 +00:00
parent eb8fefbe04
commit 2a79761d77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130441

View file

@ -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