From owner-cvs-sys Tue Dec 31 20:45:08 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA13088 for cvs-sys-outgoing; Tue, 31 Dec 1996 20:45:08 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA13081; Tue, 31 Dec 1996 20:45:07 -0800 (PST) Date: Tue, 31 Dec 1996 20:45:07 -0800 (PST) From: John Dyson Message-Id: <199701010445.UAA13081@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vm_map.c vm_object.c vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/12/31 20:45:06 Modified: sys/vm vm_fault.c vm_map.c vm_object.c vm_pageout.c Log: Guess what? We left alot of the old collapse code that is not needed anymore with the "full" collapse fix that we added about 1yr ago!!! The code has been removed by optioning it out for now, so we can put it back in ASAP if any problems are found. Revision Changes Path 1.61 +3 -1 src/sys/vm/vm_fault.c 1.65 +2 -0 src/sys/vm/vm_map.c 1.84 +6 -0 src/sys/vm/vm_object.c 1.88 +4 -1 src/sys/vm/vm_pageout.c