Note that on 8.0-CURRENT the ADAPTIVE_GIANT is gone.

This commit is contained in:
Giorgos Keramidas 2008-01-26 12:00:57 +00:00
parent e209ad8cca
commit 1918b8d117
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31368

View file

@ -740,6 +740,15 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
sleep and wait for its next chance to run. If you are not sure,
leave this in.</para>
<note>
<para>Note that on &os; 8.0-CURRENT and later versions, all mutexes are
adaptive by default, unless explicitly set to non-adaptive by
compiling with the <literal>NO_ADAPTIVE_MUTEXES</literal> option. As
a result, Giant is adaptive by default now, and the
<literal>ADAPTIVE_GIANT</literal> option has been removed from the
kernel configuration.</para>
</note>
<indexterm>
<primary>kernel options</primary>
<secondary>SMP</secondary>