Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/05/2003 01:38:06
Module Name:	src
Committed By:	matt
Date:		Fri Apr  4 22:38:06 UTC 2003

Modified Files:
	src/sys/arch/powerpc/oea: pmap.c

Log Message:
If extracting an address from the kernel pmap, see if the address is outside
the mapped address range.  If so, try to look it up via the BAT table.  If
successful, translate and return the BAT'ed pa.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/powerpc/oea/pmap.c

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