Subject: CVS commit: [netbsd-2] src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/16/2005 04:55:38
Module Name:	src
Committed By:	riz
Date:		Mon May 16 04:55:38 UTC 2005

Modified Files:
	src/sys/arch/mips/mips [netbsd-2]: mipsX_subr.S

Log Message:
Pull up revision 1.16 (requested by chs in ticket #1508):
change *_TLBUpdate for the MIPS3-style two-entry TLBs to only update existing
entries and not create new ones.  the problem with creating an entry is that
we only have the data for one side of the entry, so the other side could be
out of sync with the software PTEs, which the fault handlers are not prepared
to deal with.  fixes PR 14801.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.6.1 src/sys/arch/mips/mips/mipsX_subr.S

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