aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-02-23 16:37:22 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-02-23 16:37:22 +0000
commit716085e60cde1c97e40385792d8158c55fef2adb (patch)
tree1ab211ec7fad6a53e3133539d7cb8e3f50a4d8e5 /release
parent1c246126ec21242f7e387d15b9ad56d7ee399a96 (diff)
Notes
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 92226759c508..9b4a7032a1f3 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 92226759c508..9b4a7032a1f3 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