o Replace two dead links with working versions (1)

o Add a link to jhb's USENIX paper (2)
o Markup fixes

(1) Prompted by:	PR 48607
(2) Suggested by:	Hiten Pandya
This commit is contained in:
Christian Brueffer 2003-02-24 16:33:05 +00:00
parent f319fe4b6c
commit 070db941c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16121

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.101 2003/02/09 04:44:27 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.102 2003/02/10 00:59:57 scottl Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -97,8 +97,8 @@
<ul>
<li><p>
<a href="http://people.FreeBSD.org/~jasone/smp/smp_synch_rules.html">
SMP kernel synchronization rules.</a></p></li>
<a href="http://storm.uk.FreeBSD.ORG/~hiten/smp_synch_rules.html">
SMP kernel synchronization rules</a>.</p></li>
<li><p>Most SMP-related discussion takes place on the
<a href="mailto:freebsd-smp@FreeBSD.org">freebsd-smp</a>
@ -115,6 +115,10 @@
<li><p>&a.dillon; is maintaining a
<a href="http://apollo.backplane.com/FreeBSDSmp/">web page</a>
that documents the work he is doing on the SMP project.</p></li>
<li><p>
<a href="http://www.usenix.org/events/bsdcon02/full_papers/baldwin/baldwin_html/index.html">
"Locking in the Multithreaded FreeBSD Kernel" USENIX paper by &a.jhb;</a>.</p></li>
</ul>
<a name="subsystems"></a>
@ -135,7 +139,7 @@
<td> Newbus </td>
<td> </td>
<td> </td>
<td> &a.imp&</td>
<td> &a.imp;</td>
</tr>
<tr>
@ -1662,7 +1666,7 @@
<ul>
<li>
<p>&a.jhb; and &a.cp; came up with a preliminary list of
<a href="http://people.freebsd.org/~jasone/smp/smp_synch_rules.html">rules
<a href="http://storm.uk.FreeBSD.ORG/~hiten/smp_synch_rules.html">rules
</a> that should be followed when working on kernel
synchronization.</p>
</li>