From 2d60e20b7d35f445c8d5197b1c035339c8092dff Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 22 Dec 2001 00:29:00 +0000 Subject: [PATCH] Catch up to December events. --- en/smp/index.sgml | 48 +++++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index 36724e9c8c..1d9e0eeabb 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -557,6 +557,30 @@ &status.done; + + Make most of the per-CPU stuff MI. + &jhb; + 11 December 2001 + &status.done; + + + + Make critical section saved state per-thread instead of per-lock + so that interlocking spin locks work properly. + &jhb; + 17 December 2001 + &status.done; + + + + Replace the APIC-specific imen_mtx with a MI-named icu_lock to + protect interrupt controllers and associated data within the kernel + for both i386 and alpha. + &jhb; + 20 December 2001 + &status.done; + + @@ -631,21 +655,6 @@ &status.wip; - - Make most of the per-CPU stuff MI. - &jhb; - 16 November 2001 - &status.wip; - - - - Make critical section saved state per-CPU instead of per-lock - so that interlocking spin locks work properly. - &jhb; - 16 November 2001 - &status.wip; - - Fix clock locking to be the same on all platforms. &jhb; @@ -669,6 +678,13 @@ &status.wip; + + Optimize UP support by changing spin locks to only perform + critical section enter and exits. + &jhb; + 20 December 2001 + &status.wip; +