diff --git a/en/smp/index.sgml b/en/smp/index.sgml
index d0f2a6d7a1..eab6fb5036 100644
--- a/en/smp/index.sgml
+++ b/en/smp/index.sgml
@@ -1,6 +1,6 @@
-
+
%navincludes;
@@ -1526,6 +1526,29 @@
&status.done; |
+
+ Split the interrupt handler list out of struct ithread into
+ its own structure and only start up kthreads for interrupt
+ vectors that actually have threaded interrupt handlers. |
+ &a.jhb; |
+ 25 October 2005 |
+ &status.done; |
+
+
+
+ Lock aio(4). |
+ &a.davidxu; |
+ 22 January 2006 |
+ &status.done; |
+
+
+
+ Implement reader/writer locks. |
+ &a.jhb; |
+ 27 January 2006 |
+ &status.done; |
+
+
@@ -1649,15 +1672,6 @@
&status.wip; |
-
- Split the interrupt handler list out of struct ithread into
- its own structure and only start up kthreads for interrupt
- vectors that actually have threaded interrupt handlers. |
- &a.jhb; |
- 18 October 2005 |
- &status.wip; |
-
-
@@ -1721,13 +1735,6 @@
&status.new; |
-
- Lock aio(4). |
- |
- 19 October 2005 |
- &status.new; |
-
-
Remove Giant from mi_startup() and push Giant down into
individual SYSINIT functions. Many SYSINIT functions probably do
|