From owner-cvs-all Mon Dec 18 12:12:17 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 12:12:15 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0334737B400; Mon, 18 Dec 2000 12:12:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBIKCDd31193; Mon, 18 Dec 2000 12:12:13 -0800 (PST) (envelope-from phk) Message-Id: <200012182012.eBIKCDd31193@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 18 Dec 2000 12:12:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/12/18 12:12:13 PST Modified files: sys/vm vm_page.c Log: Fix floppy drives on machines with lots of RAM. The fix works by reverting the ordering of free memory so that the chances of contig_malloc() succeeding increases. PR: 23291 Submitted by: Andrew Atrens Revision Changes Path 1.155 +2 -2 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message