From owner-cvs-all Wed Jun 26 23:34: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCE5337B406; Wed, 26 Jun 2002 23:34:05 -0700 (PDT) Received: from freefall.freebsd.org (arr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R6Y5JU054420; Wed, 26 Jun 2002 23:34:05 -0700 (PDT) (envelope-from arr@freefall.freebsd.org) Received: (from arr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R6Y5Ao054419; Wed, 26 Jun 2002 23:34:05 -0700 (PDT) Message-Id: <200206270634.g5R6Y5Ao054419@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 26 Jun 2002 23:34:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/06/26 23:34:05 PDT Modified files: sys/i386/i386 pmap.c Log: Fix for the problem stated below by Tor Egge: (from: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=832566+0+ \ current/freebsd-current) "Too many pages were prefaulted in pmap_object_init_pt, thus the wrong physical page was entered in the pmap for the virtual address where the .dynamic section was supposed to be." Submitted by: tegge Approved by: tegge's patches never fail Revision Changes Path 1.326 +1 -1 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message