summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-13 23:03:57 +0000
committerobrien <obrien@FreeBSD.org>2004-06-13 23:03:57 +0000
commita57bdc7ec61f0d497139df6a8274cb1490410c5d (patch)
tree976c2c87c58bac6cf851e1ade208837e9c9207fd /sys/amd64/conf
parent8b6bc5b3c0352d042a5213ee273b120a30f9444b (diff)
downloadFreeBSD-src-a57bdc7ec61f0d497139df6a8274cb1490410c5d.zip
FreeBSD-src-a57bdc7ec61f0d497139df6a8274cb1490410c5d.tar.gz
The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES
by default to improve performance.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 9332a01..f546713 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud