From owner-cvs-sys Fri Jan 10 23:22:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA04489 for cvs-sys-outgoing; Fri, 10 Jan 1997 23:22:27 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA04482; Fri, 10 Jan 1997 23:22:26 -0800 (PST) Date: Fri, 10 Jan 1997 23:22:26 -0800 (PST) From: John Dyson Message-Id: <199701110722.XAA04482@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/10 23:22:25 Modified: sys/vm vm_pageout.c Log: Slightly correct the code that moves pages from the active to the inactive queue. This is only a minor performance improvement, but will not affect perf on machines that don't have ref bits. Revision Changes Path 1.90 +7 -5 src/sys/vm/vm_pageout.c