Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/02/2001 01:34:53
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sat Dec  1 23:34:52 UTC 2001

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

Log Message:
Implement pmap_kenter_pa() and pmap_kremove() properly.
This should fix `kernel diagnostic assertion "rv" failed' panic
and the problem was tracked down by tsubai.
Also add small optimization in pmap_enter() and pmap_remove(), from tsubai.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/arch/powerpc/powerpc/pmap.c

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