Subject: CVS commit: [bouyer-xenamd64] src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/20/2007 20:58:37
Module Name:	src
Committed By:	bouyer
Date:		Sat Oct 20 20:58:37 UTC 2007

Modified Files:
	src/sys/arch/amd64/amd64 [bouyer-xenamd64]: pmap.c

Log Message:
Don't forget to mask pte entries with PG_FRAME to properly ignore the highter
reseved bits (xpmap_mtop doesn't do it).
Use xpmap_{mtop,ptom}_masked() in more places, it's a couple less instructions
than the non-masked versions.


To generate a diff of this commit:
cvs rdiff -r1.42.2.2 -r1.42.2.3 src/sys/arch/amd64/amd64/pmap.c

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