From 1e172726a04e005cab200c89f6133649010470ce Mon Sep 17 00:00:00 2001 From: Eitan Adler <eadler@FreeBSD.org> Date: Mon, 13 May 2013 04:07:05 +0000 Subject: [PATCH] SMP is no longer shiny and new. We support SMP everywhere and it is unlikely anyone would believe differently. Discussed with: imp, lstewart Approved by: bcr (mentor, implicit) --- en_US.ISO8859-1/books/faq/book.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index a84a9a6d3c..d4e7ed8108 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -1675,28 +1675,6 @@ </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?