Move grow_stack() MI change from WIP to Done.

Submitted by:	alc
This commit is contained in:
Robert Watson 2002-04-07 03:23:12 +00:00
parent 3c360fffee
commit 0ce04d243e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12710

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.66 2002/04/03 03:22:02 arr Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.67 2002/04/03 05:29:26 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -723,6 +723,13 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Make grow_stack() MI. Possibly even a macro or inline. </td>
<td> &a.alc; </td>
<td> 6 April 2002 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>
@ -869,13 +876,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Make grow_stack() MI. Possibly even a macro or inline. </td>
<td> &a.alc; </td>
<td> 9 March 2002 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock use of p_fd, which otherwise can result in corrupted
p_fd panics during heavy operation. Start with a global,