Catch up to December events.
This commit is contained in:
parent
f35666f54f
commit
2d60e20b7d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11500
1 changed files with 32 additions and 16 deletions
|
@ -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.6 2001/11/07 17:57:11 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.7 2001/11/16 20:53:40 jhb Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -557,6 +557,30 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make most of the per-CPU stuff MI. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 11 December 2001 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make critical section saved state per-thread instead of per-lock
|
||||
so that interlocking spin locks work properly. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 17 December 2001 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Replace the APIC-specific imen_mtx with a MI-named icu_lock to
|
||||
protect interrupt controllers and associated data within the kernel
|
||||
for both i386 and alpha. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 20 December 2001 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
@ -631,21 +655,6 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make most of the per-CPU stuff MI. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 16 November 2001 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make critical section saved state per-CPU instead of per-lock
|
||||
so that interlocking spin locks work properly. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 16 November 2001 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Fix clock locking to be the same on all platforms. </td>
|
||||
<td> &jhb; </td>
|
||||
|
@ -669,6 +678,13 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Optimize UP support by changing spin locks to only perform
|
||||
critical section enter and exits. </td>
|
||||
<td> &jhb; </td>
|
||||
<td> 20 December 2001 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<!-- Stalled -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue