Subject: CVS commit: [netbsd-4] src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/20/2006 22:49:41
Module Name:	src
Committed By:	bouyer
Date:		Wed Dec 20 22:49:41 UTC 2006

Modified Files:
	src/sys/arch/mips/mips [netbsd-4]: pmap.c

Log Message:
Pull up following revision(s) (requested by simonb in ticket #289):
	sys/arch/mips/mips/pmap.c: revision 1.169
Handle KSEG0 addresses specifically in pmap_extract(), similar
to how other KSEG-style pmaps (alpha, sh3, sh5) do.
Add a DIAGNOSTIC panic for KSEG1 addresses (nothing should touch
uncached memory, right?)
Clean up the the pmapdebug printfs a little too (athough with
more ugly #ifdef DEBUG bits of code).
XXX: should use DPRINTF() type printfs here.
Fixes panic running regress/sys/kern/umount on MIPS platforms
reported by Martin Husemann.
--


To generate a diff of this commit:
cvs rdiff -r1.168 -r1.168.2.1 src/sys/arch/mips/mips/pmap.c

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