Date: Mon, 19 Feb 2007 10:55:16 +0000 (UTC) From: Konstantin Belousov <kib@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: <200702191055.l1JAtG4e059138@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2007-02-19 10:55:16 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: 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. Reported and tested by: kris Suggested by: alc MFC after: 1 week Revision Changes Path 1.579 +14 -0 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702191055.l1JAtG4e059138>