From 839b42f0d6a5ca2c4b0202bc3beaf5afbeebbc00 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 2 Apr 2002 05:47:44 +0000 Subject: [PATCH] Move p_args task from WIP to Done. Requested by: Jonathan Mini --- en/smp/index.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.