From 66fb49b41818f911e6740de69342d5fbd45e1cee Mon Sep 17 00:00:00 2001 From: "Andrew R. Reiter" Date: Wed, 19 Jun 2002 23:08:30 +0000 Subject: [PATCH] - Some task reorganization: - Turn the kernel linker locking task into two different ones, locking the globals and locking down linker_file_t's. - Mark the globals task as done. - Mark the linker_file_t's task as WIP. --- en/smp/index.sgml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index 37e239d323..8cea18ee29 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -954,10 +954,10 @@ - Lock down kernel linker structures. + Lock down kernel linker globals. &a.arr; 18 March 2002 - &status.wip; + &status.done; @@ -1265,6 +1265,13 @@ &status.new; + + Lock down linker_file_t structures in the kernel linker. + &a.arr; + 19 June 2002 + &status.wip; + +