From owner-freebsd-commit Sun Oct 1 13:10:40 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26127 for freebsd-commit-outgoing; Sun, 1 Oct 1995 13:10:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26112 for cvs-all-outgoing; Sun, 1 Oct 1995 13:10:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26093 for cvs-sys-outgoing; Sun, 1 Oct 1995 13:10:32 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26072 ; Sun, 1 Oct 1995 13:10:24 -0700 Date: Sun, 1 Oct 1995 13:10:24 -0700 From: David Greenman Message-Id: <199510012010.NAA26072@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/01 13:10:23 Modified: sys/i386/i386 vm_machdep.c Log: Insert zeroed pages at the head of the zero queue rather than at the tail. A measurable performance improvement results from the potential for the page to be partially cached when it is eventually used.