diff --git a/en/smp/index.sgml b/en/smp/index.sgml index 28c69f9ab3..59c2a3e917 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -677,6 +677,15 @@ &status.done; + + Lock down access to the shared p_args "process arguments" + structure through appropriate protection of that structure and + references to it. + Jonathan Mini + 31 March 2002 + &status.done; + + Move from lockmgr locks to sx locks for event handlers. Jonathan Mini @@ -887,15 +896,6 @@ &status.wip; - - Lock down access to the shared p_args "process arguments" - structure through appropriate protection of that structure and - references to it. - Jonathan Mini - 31 March 2002 - &status.wip; - - Create mutex profiling tool for the kernel so as to measure contention and behavior of kernel mutexes.