cvs commit: src/sys/amd64/amd64 pmap.c
Konstantin Belousov
kib at FreeBSD.org
Wed Feb 28 09:27:46 UTC 2007
kib 2007-02-28 09:27:45 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/amd64/amd64 pmap.c
Log:
MFC rev. 1.579: MFi386 rev. 1.544 of i386/i386/pmap.c:
Rounding addr upwards to next 2M boundary in pmap_growkernel() could
cause addr to become 0, resulting in an early return without populating
the last PDE.
Revision Changes Path
1.516.2.9 +14 -0 src/sys/amd64/amd64/pmap.c
More information about the cvs-src
mailing list