From owner-cvs-all@FreeBSD.ORG Mon Feb 19 10:55:16 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA8AD16A408; Mon, 19 Feb 2007 10:55:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A43EF13C4A7; Mon, 19 Feb 2007 10:55:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1JAtGxV059139; Mon, 19 Feb 2007 10:55:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1JAtG4e059138; Mon, 19 Feb 2007 10:55:16 GMT (envelope-from kib) Message-Id: <200702191055.l1JAtG4e059138@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 19 Feb 2007 10:55:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2007 10:55:16 -0000 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