diff --git a/en/smp/index.sgml b/en/smp/index.sgml index c5565d3a2c..a4939efbfa 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -896,14 +896,6 @@ &status.wip; - - Implement lazy interrupt thread switching (context - stealing) on i386. - &a.bmilekic; - 4 January 2002 - &status.wip; - - Fix synchronization of TLB flushes and invlpg() on x86 SMP. &a.peter; @@ -1036,6 +1028,14 @@ + + Implement lazy interrupt thread switching (context + stealing) on i386. + &a.bmilekic; + 4 January 2002 + &status.stalled; + + Create mechanism in cdevsw structure to protect thread-unsafe drivers.