Subject: CVS commit: src/sys/arch/sun3/sun3x
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/16/2006 03:35:50
Module Name:	src
Committed By:	tsutsui
Date:		Sat Sep 16 03:35:50 UTC 2006

Modified Files:
	src/sys/arch/sun3/sun3x: pmap.c

Log Message:
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.90 -r1.91 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.