Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/24/2006 21:11:58
Module Name:	src
Committed By:	martin
Date:		Tue Oct 24 21:11:58 UTC 2006

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

Log Message:
In the INTSTACK and KSTACK_VA special case treatment in pmap_exctract,
do not add the offset to the result - the calculated PA is the right
value - not the start of the page as in the other cases.
This fixes DMA to kernel stack, and avoids "fabricating a geometry"
warnings.


To generate a diff of this commit:
cvs rdiff -r1.182 -r1.183 src/sys/arch/sparc64/sparc64/pmap.c

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