svn commit: r225903 - stable/8/share/man/man4
Gabor Kovesdan
gabor at FreeBSD.org
Sat Oct 1 13:54:49 UTC 2011
Author: gabor
Date: Sat Oct 1 13:54:48 2011
New Revision: 225903
URL: http://svn.freebsd.org/changeset/base/225903
Log:
MFC: r225775
- Move misplaced reference
- Sort references
- s/Since/Because/
Modified:
stable/8/share/man/man4/smp.4
Directory Properties:
stable/8/share/man/man4/ (props changed)
Modified: stable/8/share/man/man4/smp.4
==============================================================================
--- stable/8/share/man/man4/smp.4 Sat Oct 1 13:47:50 2011 (r225902)
+++ stable/8/share/man/man4/smp.4 Sat Oct 1 13:54:48 2011 (r225903)
@@ -120,25 +120,25 @@ tasks on CPUs that are closely grouped t
.Pp
.Fx
supports hyperthreading on Intel CPU's on the i386 and AMD64 platforms.
-Since using logical CPUs can cause performance penalties under certain loads,
+Because using logical CPUs can cause performance penalties under certain loads,
the logical CPUs can be disabled by setting the
.Va machdep.hlt_logical_cpus
sysctl to one.
Note that this operation is different from the mechanism used by the
-.Xr cpuset 1 .
.Sh SEE ALSO
+.Xr cpuset 1 ,
.Xr mptable 1 ,
+.Xr sched_4bsd 4 ,
+.Xr sched_ule 4 ,
+.Xr loader 8 ,
.Xr sysctl 8 ,
.Xr condvar 9 ,
.Xr msleep 9 ,
.Xr mtx_pool 9 ,
.Xr mutex 9 ,
-.Xr sema 9 ,
-.Xr sx 9 ,
.Xr rwlock 9 ,
-.Xr sched_4bsd 4 ,
-.Xr sched_ule 4 ,
-.Xr cpuset 1
+.Xr sema 9 ,
+.Xr sx 9
.Sh HISTORY
The
.Nm
More information about the svn-src-all
mailing list