Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Eduardo Horvath <eeh@netbsd.org>
List: source-changes
Date: 06/23/2000 21:38:25
Module Name: syssrc
Committed By: eeh
Date: Sat Jun 24 04:38:24 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/include: ctlreg.h
syssrc/sys/arch/sparc64/sparc64: locore.s pmap.c
Log Message:
More VM cleanup:
Move the cpu_info structure above the interrupt stack so it won't
get corrupted if the stack overflows.
Flush the D$ before and after all MMU bypass accesses since the
D$ latches all of those.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/sparc64/include/ctlreg.h
cvs rdiff -r1.63 -r1.64 syssrc/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.56 -r1.57 syssrc/sys/arch/sparc64/sparc64/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.