Restore the SMP question as it may still be useful

Requested by:	gavin, scottl
This commit is contained in:
Eitan Adler 2013-05-19 00:56:24 +00:00
parent a88f236e34
commit ef916528e2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41671

View file

@ -1673,6 +1673,28 @@
</answer>
</qandaentry>
<qandaentry>
<question id="smp-support">
<para>Does &os; support Symmetric Multiprocessing
(SMP)?</para>
</question>
<answer>
<para>Symmetric multi-processor (SMP) systems are generally
supported by &os;, although in some cases, BIOS or
motherboard bugs may generate some problems.</para>
<para>&os; will take advantage of HyperThreading (HTT)
support on &intel; CPUs that support this feature. A kernel
with the <literal>options SMP</literal> option, enabled
by default,
will automatically detect the additional logical
processors.</para>
<para>&man.smp.4; has more details.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="microcode">
<para>What is microcode?