From owner-cvs-sys Thu Jun 6 19:36:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA13942 for cvs-sys-outgoing; Thu, 6 Jun 1996 19:36:30 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA13906; Thu, 6 Jun 1996 19:36:14 -0700 (PDT) Date: Thu, 6 Jun 1996 19:36:14 -0700 (PDT) From: John Dyson Message-Id: <199606070236.TAA13906@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 dyson 96/06/06 19:36:13 Modified: sys/i386/i386 pmap.c Log: Fix a bug in the pmap_object_init_pt routine that pages aren't taken from the cache queue before being mapped into the process. Revision Changes Path 1.101 +3 -1 src/sys/i386/i386/pmap.c