diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-23 16:37:22 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-23 16:37:22 +0000 |
commit | 4a56299b7e6244fd303a37674d81ca4e36d21a00 (patch) | |
tree | 1ab211ec7fad6a53e3133539d7cb8e3f50a4d8e5 | |
parent | 86c03fcf17d82d796d6e852f46de89736b518eb5 (diff) | |
download | FreeBSD-src-4a56299b7e6244fd303a37674d81ca4e36d21a00.zip FreeBSD-src-4a56299b7e6244fd303a37674d81ca4e36d21a00.tar.gz |
Update release notes:
SMP VFS enabled by default.
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 9 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 9 |
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 |