Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/20/2000 11:33:44
Module Name:	syssrc
Committed By:	jeffs
Date:		Thu Jul 20 18:33:43 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: locore.h
	syssrc/sys/arch/mips/mips: locore.S mips_machdep.c pmap.c

Log Message:
Make pmap_prefer() use a global setting based on cache size
instead of assuming 64KB.   This allows best fit and will
support bigger caches.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/arch/mips/include/locore.h
cvs rdiff -r1.109 -r1.110 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.94 -r1.95 syssrc/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.103 -r1.104 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.