Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 02/09/2006 10:08:32
Module Name:	src
Committed By:	uwe
Date:		Thu Feb  9 10:08:32 UTC 2006

Modified Files:
	src/sys/arch/sh3/sh3: pmap.c

Log Message:
pmap_extract: handle P1 and P2 (MMU bypass) addresses specially.
PMAP_MAP_POOLPAGE maps pa -> P1 va, so we must handle this case here.
PR port-sh3/26569 by Nick Hudson.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/arch/sh3/sh3/pmap.c

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