Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/27/2000 01:18:51
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Dec 26 23:18:50 UTC 2000

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

Log Message:
Unreasonably simple fix for PR#11817:  Don't worry about duplicate mappings,
just get pmap_fault to shove them back in.  Crude, but effective.  Fix inspired
by Chuck Silvers.

This breaks pmap_confess, but it probably deserves to die.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm26/arm26/pmap.c

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