From dc66eebf9411d4f71f1ddf65f4470ce4452c35d2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 27 Jan 2006 23:23:46 +0000 Subject: [PATCH] Update several items. --- en/smp/index.sgml | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) 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