Subject: CVS commit: [netbsd-1-5] syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/16/2001 00:43:41
Module Name:	syssrc
Committed By:	he
Date:		Thu Nov 15 22:43:41 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/mips [netbsd-1-5]: pmap.c

Log Message:
Pull up revision 1.135 (via patch, requested by shin):
  Fix problems on MIPS machines without secondary cache.
  Manifestations are random /bin/sh core dumps and log messages like
  ``pmap_unwire: wiring for pmap 0x... va 0x... didn't change''.
  Caused by virtual alias problem in pmap_copy_page().  Fixes PR#13587.


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