alc 2008-03-23 23:04:09 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
Log:
Correct an error in pmap_mincore() when applied to a 2MB page mapping:
Use PG_PS_FRAME, not PG_FRAME, to obtain the physical address of the
2MB physical page from the PDE.
Revision Changes Path
1.609 +3 -3 src/sys/amd64/amd64/pmap.c