]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix floppy drives on machines with lots of RAM.
authorphk <phk@FreeBSD.org>
Mon, 18 Dec 2000 20:12:13 +0000 (20:12 +0000)
committerphk <phk@FreeBSD.org>
Mon, 18 Dec 2000 20:12:13 +0000 (20:12 +0000)
commit96e683d754d7ebcc362a348a0a3fc57f8a8cdb74
tree5e62a46c84fcba3a6753fe3bfa72fdc0728be877
parent0c949560a12dd18943b66fe09bd06d3c34e5cf7a
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 <atrens@nortel.ca>
sys/vm/vm_page.c