Date: Thu, 16 Feb 2006 22:10:57 +0000 (UTC) From: Tor Egge <tegge@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200602162210.k1GMAvml066007@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2006-02-16 22:10:57 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() could cause addr to become 0, resulting in an early return without populating the last PDE. Reviewed by: alc Revision Changes Path 1.544 +14 -0 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602162210.k1GMAvml066007>