From 9e7e6f4f60dc8c3bcf6a90b02dfb9fab0956a61c Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 18 Mar 2002 13:00:58 +0000 Subject: [PATCH] Move kernel linker locking task from WIP to Done, thanks to . Another module locked down and (assuming no bugs crop up :-)) completed! --- en/smp/index.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index dc9450d40f..c36cab5f8c 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -664,6 +664,13 @@ &status.done; + + Lock down kernel linker and module structures. + &a.arr; + 18 March 2002 + &status.done; + + @@ -763,13 +770,6 @@ &status.wip; - - Lock down kernel linker and module structures - &a.arr; - 27 February 2002 - &status.wip; - - Make use of process locking and process reference counting to protect debugging interfaces (and procfs).