From 85a18f4f29d467dc69cf69fb593a7cecd6522da4 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 28 Feb 2002 19:01:42 +0000 Subject: [PATCH] Note that the ABI giant pushdown task isn't actually done, since there are many native ABI calls with Giant still being set in syscalls.master. Maxime Henrion is preparing patches that address this, and remove the M* stuff in syscalls.master, so stick in his name as a co-conspirator. --- en/smp/index.sgml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index 919040fb47..0b88500173 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -30,6 +30,7 @@ + @@ -551,15 +552,6 @@ &status.done; - - Remove the MP safe syscall flag from the syscall table - and add explicit mtx_lock/unlock's of Giant to all - syscalls. - &dillon; - 7 September 2001 - &status.done; - - Make most of cpu_wait() and cpu_exit() MI. &peter; @@ -588,13 +580,6 @@ &status.done; - - Push the grabbing of Giant into FreeBSD ABI system calls. - &dillon; - 26 October 2001 - &status.done; - - Make most of the per-CPU stuff MI. &jhb; @@ -795,6 +780,15 @@ &status.wip; + + Remove the MP safe syscall flag from the syscall table + and add explicit mtx_lock/unlock's of Giant to all + syscalls. + &dillon;, &mux; + 28 February 2002 + &status.wip; + +