From bdc7fde3fd2f125254138e33d5c932e0defbccc6 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 11 Nov 2003 22:31:13 +0000 Subject: [PATCH] - Note that turnstiles are committed. - Add a note about the new i386 interrupt code in so far as it relates to SMP. --- en/smp/index.sgml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index b3fe6e3845..260a5bd567 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -1097,6 +1097,22 @@ &status.done; + + Reimplement i386 interrupt and SMP code so that SMP kernels + work on UP boxes and SMP can be enabled in GENERIC. + &a.jhb; + 3 November 2003 + &status.done; + + + + Implement generic turnstiles to use when blocking on non-sleepable + locks. + &a.jhb; + 11 November 2003 + &status.done; + + @@ -1206,14 +1222,6 @@ &status.wip; - - Implement generic turnstiles to use when blocking on non-sleepable - locks. - &a.jhb; - 23 May 2002 - &status.wip; - - Lock down linker_file_t structures in the kernel linker. &a.arr;