green has now moved vm from using lockmgr to sx locks; update the status

entry to "Done", and clarify a bit more what the task was about.
This commit is contained in:
Robert Watson 2002-03-14 16:19:33 +00:00
parent c6ea9ca78c
commit a57e0d5ce8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12464

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.43 2002/03/13 13:15:34 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.44 2002/03/14 14:57:58 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -637,6 +637,16 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Initialize mutex pools early enough that sx locks can be used
for VM; simplify locking logic in VM to avoid suspect activities
such as lock testing and recursion, and convert vm_map locks to sx
locks from lockmgr locks. </td>
<td> &a.green; </td>
<td> 14 March 2002 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>
@ -660,13 +670,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Convert vm_map locks to sx locks. </td>
<td> &a.green; </td>
<td> 18 October 2001 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock down the tty subsystem. </td>
<td> Dick Garner, Jeremy Scofield </td>