Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/31/2000 20:01:22
Module Name: syssrc
Committed By: thorpej
Date: Sun Dec 31 18:01:22 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: locore.s pmap.c
vm_machdep.c
syssrc/sys/arch/i386/include [sommerfeld_i386mp_1]: pmap.h
Log Message:
- Keep track of which CPUs are using a given pmap, and use this
information to flush the APTE space of other CPUs as necessary.
- Use atomic operations in the appropriate places to avoid race
conditions between the kernel and the CPU microcode which could
lose modified/referenced information.
Reviewed by Bill Sommerfeld.
To generate a diff of this commit:
cvs rdiff -r1.215.2.15 -r1.215.2.16 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.83.2.13 -r1.83.2.14 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.86.2.8 -r1.86.2.9 syssrc/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.43.2.6 -r1.43.2.7 syssrc/sys/arch/i386/include/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.