From owner-svn-doc-all@FreeBSD.ORG Sun May 19 01:02:31 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C647A06; Sun, 19 May 2013 01:02:31 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9F9C25; Sun, 19 May 2013 01:02:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4J12UwJ013462; Sun, 19 May 2013 01:02:30 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4J12Uls013461; Sun, 19 May 2013 01:02:30 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305190102.r4J12Uls013461@svn.freebsd.org> From: Eitan Adler Date: Sun, 19 May 2013 01:02:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41672 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 01:02:31 -0000 Author: eadler Date: Sun May 19 01:02:30 2013 New Revision: 41672 URL: http://svnweb.freebsd.org/changeset/doc/41672 Log: Improve the smp-support question wording for the modern era. Indicate that certain ARM cpus may have issues. This is based on information and wording from gavin. Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun May 19 00:56:24 2013 (r41671) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun May 19 01:02:30 2013 (r41672) @@ -1680,16 +1680,13 @@ - Symmetric multi-processor (SMP) systems are generally - supported by &os;, although in some cases, BIOS or - motherboard bugs may generate some problems. - - &os; will take advantage of HyperThreading (HTT) - support on &intel; CPUs that support this feature. A kernel - with the options SMP option, enabled - by default, - will automatically detect the additional logical - processors. + &os; supports Symmetric multi-processor (SMP) on all + non-embedded platforms (e.g, i386, amd64/x86-64, + ia64, sparc64, powerpc, powerpc64). SMP is also + supported in arm and MIPS kernels, although some CPUs + may not support this. &os;'s SMP implementation uses + fine-grained locking, and performance scales nearly + liniarly with number of CPUs. &man.smp.4; has more details.