Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/04/2005 16:19:32
Module Name:	src
Committed By:	tsutsui
Date:		Fri Nov  4 16:19:32 UTC 2005

Modified Files:
	src/sys/arch/mips/include: cpuregs.h
	src/sys/arch/mips/mips: cache.c

Log Message:
Check MIPS3_CONFIG_CS and adjust csizebase at runtime on MIPS_R4100 CPUs,
and remove "XXXCDC: THIS MIPS3_4100 SPECIAL CASE SHOULD GO AWAY" part
from cpuregs.h. Tested on gxemul.

BTW, cache.c doesn't have MIPS_RC32364 config which was added
in mips_machdep.c rev 1.101?


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -r1.28 -r1.29 src/sys/arch/mips/mips/cache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.