Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 11/01/2000 01:16:32
Module Name:	syssrc
Committed By:	jeffs
Date:		Tue Oct 31 23:16:32 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: pmap.c

Log Message:
At the end of pmap_zero/copy_page() use hit instead of index op when
running with multi-way caches.  Since we know the ops will mostly
hit as we just dirtied those lines a single hit op is cheaper than
an index op for each way.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 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.