Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 12/12/2003 14:55:58
Module Name:	src
Committed By:	sekiya
Date:		Fri Dec 12 14:55:58 UTC 2003

Modified Files:
	src/sys/arch/mips/conf: files.mips
	src/sys/arch/mips/mips: pmap.c

Log Message:
Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was rendered
superfluous by Tsutsui-san's previous changes.

(this change differs slightly from that posted to port-mips@, as
mips_flushcache_allpvh should be compiled iff MIPS3_PLUS is defined and
MIPS3_L2CACHE_ABSENT should be removed from files.mips as well)


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/arch/mips/conf/files.mips
cvs rdiff -r1.153 -r1.154 src/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.