]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC rev. 1.579: MFi386 rev. 1.544 of i386/i386/pmap.c:
authorkib <kib@FreeBSD.org>
Wed, 28 Feb 2007 09:27:45 +0000 (09:27 +0000)
committerkib <kib@FreeBSD.org>
Wed, 28 Feb 2007 09:27:45 +0000 (09:27 +0000)
commit31bbfa289de1c6fd5b64a730a11b9fc6a4c24d46
tree90adff6980eb4bb33450ddb506db5c803d565cf0
parentf6205ce3f9e536ef6927432a7a733fe0dbbbe4a5
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.
sys/amd64/amd64/pmap.c