svn commit: r258918 - stable/10/release/doc/en_US.ISO8859-1/hardware

Alexander Motin mav at FreeBSD.org
Wed Dec 4 10:54:24 UTC 2013


Author: mav
Date: Wed Dec  4 10:54:23 2013
New Revision: 258918
URL: http://svnweb.freebsd.org/changeset/base/258918

Log:
  MFC r258495:
  Update description of logical CPU handling in the latest releases and
  remove obsolete sysctl variable machdep.hlt_logical_cpus.
  
  Approved by:	re (hrs)

Modified:
  stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml
Directory Properties:
  stable/10/release/doc/   (props changed)

Modified: stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml	Wed Dec  4 09:58:50 2013	(r258917)
+++ stable/10/release/doc/en_US.ISO8859-1/hardware/article.xml	Wed Dec  4 10:54:23 2013	(r258918)
@@ -177,16 +177,13 @@
 	bugs may generate some problems.  Perusal of the archives of
 	the &a.smp; may yield some clues.</para>
 
-      <para>&os; will take advantage of HyperThreading (HTT) support
-	on &intel; CPUs that support this feature.  The
-	default &os; scheduler treats the logical processors the same
-	as additional physical processors; in other words, no attempt
-	is made to optimize scheduling decisions given the shared
-	resources between logical processors within the same CPU.
-	Because this naive scheduling can result in suboptimal
-	performance, under certain circumstances it may be useful to
-	disable the logical processors with the
-	<varname>machdep.hyperthreading_allowed</varname> tunable.
+      <para>&os; will take advantage of SMT (Symmetric MultiThreading,
+	also known as HyperThreading on &intel; CPUs) on the supported
+	CPUs.  The <filename>GENERIC</filename> kernel which is
+	installed by default will automatically detect the additional
+	logical processors.  The default &os; scheduler recognizes
+	processor topology on the system and selects logical and
+	physical processors to obtain optimal performance.
 	The &man.smp.4; manual page has more details.</para>
 
       <para>&os; will take advantage of Physical Address Extensions


More information about the svn-src-stable-10 mailing list