Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 08/02/2000 02:38:27
Module Name: syssrc
Committed By: jeffs
Date: Tue Aug 1 23:38:27 UTC 2000
Modified Files:
syssrc/sys/arch/mips/mips: locore_mips3.S pmap.c
Log Message:
Make mips3_FlushICache() convert a0 into a KSEG0 + virtual index like
the _2way and mips3_FlushDCache(). This lets all mips3 cache ops accept
user virtual addresss w/o a tlb miss. Since this is now done in both
ICache flush routines, no need to do it in pmap.c. Fixed R4400
stability problems with setregs() cache flushing.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/mips/mips/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.