Deleted Added
full compact
smp.4 (158621) smp.4 (162404)
1.\" Copyright (c) 1997
2.\" Steve Passe <fsmp@FreeBSD.ORG>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 7 unchanged lines hidden (view full) ---

16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22.\" SUCH DAMAGE.
23.\"
1.\" Copyright (c) 1997
2.\" Steve Passe <fsmp@FreeBSD.ORG>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 7 unchanged lines hidden (view full) ---

16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22.\" SUCH DAMAGE.
23.\"
24.\" $FreeBSD: head/share/man/man4/smp.4 158621 2006-05-15 20:51:53Z wilko $
24.\" $FreeBSD: head/share/man/man4/smp.4 162404 2006-09-18 15:24:20Z ru $
25.\"
26.Dd December 17, 2004
27.Dt SMP 4
28.Os
29.Sh NAME
30.Nm SMP
31.Nd description of the FreeBSD Symmetric Multi-Processor kernel
32.Sh SYNOPSIS

--- 66 unchanged lines hidden (view full) ---

99a move towards fine-grained kernel locking rather than reliance on
100a Giant kernel lock.
101The SMPng Project relied heavily on the support of BSDi, who provided
102reference source code from the fine-grained SMP implementation found
103in
104.Bsx .
105.Pp
106.Fx 5.0
25.\"
26.Dd December 17, 2004
27.Dt SMP 4
28.Os
29.Sh NAME
30.Nm SMP
31.Nd description of the FreeBSD Symmetric Multi-Processor kernel
32.Sh SYNOPSIS

--- 66 unchanged lines hidden (view full) ---

99a move towards fine-grained kernel locking rather than reliance on
100a Giant kernel lock.
101The SMPng Project relied heavily on the support of BSDi, who provided
102reference source code from the fine-grained SMP implementation found
103in
104.Bsx .
105.Pp
106.Fx 5.0
107also introduced support for SMP on the ia64, and sparc64 architectures.
107also introduced support for SMP on the ia64 and sparc64 architectures.
108.Sh AUTHORS
109.An Steve Passe Aq fsmp@FreeBSD.org
108.Sh AUTHORS
109.An Steve Passe Aq fsmp@FreeBSD.org