Update VM tasks owned by green to include alc, who has volunteered to

help out with the VM locking work.  All victims of some horrible scheme
to conquer the world.
This commit is contained in:
Robert Watson 2002-03-18 18:33:13 +00:00
parent 6f7bb66f65
commit df5153d5dd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12528

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.51 2002/03/18 13:00:58 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.52 2002/03/18 16:22:42 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -1080,7 +1080,7 @@
<td> Replace complex shared/exclusive locking scheme in the VM
system with a purely exclusive lockmgr locking scheme, simplifying
locking and removing potential livelock/deadlock scenarios. </td>
<td> &a.green; </td>
<td> &a.green;, &a.alc; </td>
<td> 18 March 2002 </td>
<td> &status.new; </td>
</tr>
@ -1089,7 +1089,7 @@
<td> Switch from using lockmgr in VM to using a mutex or exclusive
sxlock. Push down Giant on all VM except for vm_object/VFS and
vm_page/pmap components. </td>
<td> &a.green; </td>
<td> &a.green;, &a.alc; </td>
<td> 18 March 2002 </td>
<td> &status.new; </td>
</tr>