From owner-cvs-sys Tue Jun 25 23:18:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10852 for cvs-sys-outgoing; Tue, 25 Jun 1996 23:18:19 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10835; Tue, 25 Jun 1996 23:18:13 -0700 (PDT) Date: Tue, 25 Jun 1996 23:18:13 -0700 (PDT) From: David Greenman Message-Id: <199606260618.XAA10835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/25 23:18:12 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 pmap.c Log: In pmap_object_init_pt, limit the scan of pages through an object to the object's size. This is mostly just a precaution, but makes John and me sleep slightly better at night. :-) Submitted by: dyson Revision Changes Path 1.58.4.6 +4 -1 src/sys/i386/i386/pmap.c