diff options
author | obrien <obrien@FreeBSD.org> | 2004-06-13 23:03:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-06-13 23:03:57 +0000 |
commit | a57bdc7ec61f0d497139df6a8274cb1490410c5d (patch) | |
tree | 976c2c87c58bac6cf851e1ade208837e9c9207fd | |
parent | 8b6bc5b3c0352d042a5213ee273b120a30f9444b (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
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 |