Date: Sun, 23 Mar 2008 23:04:09 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200803232304.m2NN49cl078782@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803232304.m2NN49cl078782>
