peter 2004-06-08 00:11:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Use trunc_page(va) when we mean it rather than anding it with PG_FRAME (which doesn't work all that well when there are bits at the top that are masked by PG_FRAME) Revision Changes Path 1.463 +2 -2 src/sys/amd64/amd64/pmap.c