Subject: CVS commit: [netbsd-3] src/sys/arch/sun3/sun3x
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 10/23/2006 19:55:56
Module Name:	src
Committed By:	ghen
Date:		Mon Oct 23 19:55:56 UTC 2006

Modified Files:
	src/sys/arch/sun3/sun3x [netbsd-3]: pmap.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1518):
	sys/arch/sun3/sun3x/pmap.c: revision 1.91
	sys/arch/sun3/sun3x/pmap.c: revision 1.88
Fix shadowing variable warnings.
Handle unwiring page cases properly in pmap_enter(9) and pmap_remove(9).
Previously sun3x pmap assumed that pmap_unwire(9) was the only interface
which should handle unwiring page, but nowadays apparently it isn't true.
Fixes a longstanding "panic: get_a_table: out of A tables"
(and also B, C tables) problem on my 3/80.
While here, make this compile with PMAP_DEBUG.


To generate a diff of this commit:
cvs rdiff -r1.86.6.1 -r1.86.6.2 src/sys/arch/sun3/sun3x/pmap.c

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