1997-08-04 21:02:11 +00:00
|
|
|
.\" Copyright (c) 1997
|
|
|
|
.\" Steve Passe <fsmp@FreeBSD.ORG>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. The name of the developer may NOT be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
1999-10-30 16:05:26 +00:00
|
|
|
.\" SUCH DAMAGE.
|
1999-07-12 21:02:10 +00:00
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1999-07-12 21:02:10 +00:00
|
|
|
.\"
|
2002-12-07 01:37:12 +00:00
|
|
|
.Dd December 5, 2002
|
1997-08-04 21:02:11 +00:00
|
|
|
.Dt SMP 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm SMP
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd description of the FreeBSD Symmetric MultiProcessor kernel
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh SYNOPSIS
|
2002-12-07 01:50:06 +00:00
|
|
|
.Cd options SMP
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
2001-07-14 19:41:16 +00:00
|
|
|
.Nm
|
1998-06-08 06:12:02 +00:00
|
|
|
kernel implements symmetric multiprocessor support.
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh COMPATIBILITY
|
2003-04-21 20:05:33 +00:00
|
|
|
Support for multi-processor systems is present for all Tier-1
|
2002-12-09 12:28:33 +00:00
|
|
|
architectures on
|
|
|
|
.Fx .
|
2002-12-07 01:37:12 +00:00
|
|
|
Currently, this includes alpha, i386, ia64, and sparc64.
|
2002-12-07 01:50:06 +00:00
|
|
|
Support is enabled using
|
|
|
|
.Cd options SMP .
|
2003-04-21 20:05:33 +00:00
|
|
|
On most platforms it is permissible to use the SMP
|
2002-12-07 01:50:06 +00:00
|
|
|
kernel configuration on non-SMP equipped motherboards.
|
2003-04-21 20:05:33 +00:00
|
|
|
The only exception to this rule is the i386 platform.
|
2002-12-07 01:37:12 +00:00
|
|
|
.Pp
|
|
|
|
For i386 systems, the
|
1997-08-04 21:02:11 +00:00
|
|
|
.Nm
|
|
|
|
kernel supports motherboards that follow the Intel MP specification,
|
|
|
|
version 1.4.
|
2002-12-07 01:50:06 +00:00
|
|
|
In addition to
|
|
|
|
.Cd options SMP ,
|
|
|
|
i386 also requires
|
|
|
|
.Cd options APIC_IO .
|
|
|
|
The
|
2002-12-07 01:37:12 +00:00
|
|
|
.Xr mptable 1
|
|
|
|
command may be used to view the status of multi-processor support.
|
2003-04-21 20:05:33 +00:00
|
|
|
.Pp
|
|
|
|
.Fx
|
|
|
|
supports hyperthreading on Intel CPU's on the i386 platform.
|
|
|
|
By default, logical CPUs are not used to execute user processes due to
|
|
|
|
performance penalties under common loads.
|
|
|
|
To allow the logical CPUs to execute user processes,
|
|
|
|
turn off the
|
|
|
|
.Va machdep.hlt_logical_cpus
|
|
|
|
sysctl by setting its value to zero.
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh SEE ALSO
|
1997-09-29 10:11:02 +00:00
|
|
|
.Xr mptable 1 ,
|
2002-12-07 01:37:12 +00:00
|
|
|
.Xr condvar 9 ,
|
|
|
|
.Xr msleep 9 ,
|
|
|
|
.Xr mtx_pool 9 ,
|
|
|
|
.Xr mutex 9 ,
|
|
|
|
.Xr sema 9 ,
|
|
|
|
.Xr sx 9
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2003-06-28 23:53:39 +00:00
|
|
|
kernel's early history is not (properly) recorded.
|
|
|
|
It was developed
|
1997-08-04 21:02:11 +00:00
|
|
|
in a separate CVS branch until April 26, 1997, at which point it was
|
2003-06-28 23:53:39 +00:00
|
|
|
merged into 3.0-current.
|
|
|
|
By this date 3.0-current had already been
|
1997-08-04 21:02:11 +00:00
|
|
|
merged with Lite2 kernel code.
|
2002-12-07 01:37:12 +00:00
|
|
|
.Pp
|
|
|
|
.Fx 5.0
|
|
|
|
introduced support for a host of new synchronization primitives, and
|
|
|
|
a move towards fine-grained kernel locking rather than reliance on
|
|
|
|
a Giant kernel lock.
|
|
|
|
The SMPng Project relied heavily on the support of BSDi, who provided
|
|
|
|
reference source code from the fine-grained SMP implementation found
|
2002-12-09 12:28:33 +00:00
|
|
|
in
|
|
|
|
.Bsx .
|
2003-04-21 20:05:33 +00:00
|
|
|
.Pp
|
|
|
|
.Fx 5.0
|
|
|
|
also introduced support for SMP on the alpha, ia64, and sparc64 architectures.
|
1997-08-04 21:02:11 +00:00
|
|
|
.Sh AUTHORS
|
1998-03-12 07:31:21 +00:00
|
|
|
.An Steve Passe Aq fsmp@FreeBSD.org
|