summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2005-02-23 16:37:22 +0000
committerhrs <hrs@FreeBSD.org>2005-02-23 16:37:22 +0000
commit4a56299b7e6244fd303a37674d81ca4e36d21a00 (patch)
tree1ab211ec7fad6a53e3133539d7cb8e3f50a4d8e5 /release
parent86c03fcf17d82d796d6e852f46de89736b518eb5 (diff)
downloadFreeBSD-src-4a56299b7e6244fd303a37674d81ca4e36d21a00.zip
FreeBSD-src-4a56299b7e6244fd303a37674d81ca4e36d21a00.tar.gz
Update release notes:
SMP VFS enabled by default.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml9
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml9
2 files changed, 10 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 9222675..9b4a703 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -140,10 +140,11 @@
scheduler. &merged;</para>
<para>Fine-grained locking to allow much of the VFS stack to run
- without the Giant lock has been added. It is currently enabled
- by the loader tunable (and sysctl variable)
- <varname>debug.mpsafevfs</varname>, which currently defaults to
- <literal>0</literal> (disabled).</para>
+ without the Giant lock has been added. This is enabled by default
+ on alpha, amd64, and i386 architecture, and can be disabled
+ by setting the loader tunable (and sysctl variable)
+ <varname>debug.mpsafevfs</varname> to
+ <literal>0</literal>.</para>
<para arch="i386">A bug in Inter-Processor Interrupt (IPI)
handling, which could cause SMP systems to crash under heavy
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 9222675..9b4a703 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -140,10 +140,11 @@
scheduler. &merged;</para>
<para>Fine-grained locking to allow much of the VFS stack to run
- without the Giant lock has been added. It is currently enabled
- by the loader tunable (and sysctl variable)
- <varname>debug.mpsafevfs</varname>, which currently defaults to
- <literal>0</literal> (disabled).</para>
+ without the Giant lock has been added. This is enabled by default
+ on alpha, amd64, and i386 architecture, and can be disabled
+ by setting the loader tunable (and sysctl variable)
+ <varname>debug.mpsafevfs</varname> to
+ <literal>0</literal>.</para>
<para arch="i386">A bug in Inter-Processor Interrupt (IPI)
handling, which could cause SMP systems to crash under heavy
OpenPOWER on IntegriCloud