From owner-cvs-sys Wed Oct 23 21:32:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10609 for cvs-sys-outgoing; Wed, 23 Oct 1996 21:32:20 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10561; Wed, 23 Oct 1996 21:31:58 -0700 (PDT) Date: Wed, 23 Oct 1996 21:31:58 -0700 (PDT) From: David Greenman Message-Id: <199610240431.VAA10561@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/10/23 21:31:56 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_page.c Log: In vm_page_alloc_contig(), round "size" up to the next page boundry. Not doing so breaks the looping and bad things will happen. This was exposed when testing some (aha2940) fixes from Justin that didn't work because of this. This fix is relevant only to -stable since -current already has the equivilent in the contigmalloc() routine. Revision Changes Path 1.32.4.2 +2 -1 src/sys/vm/vm_page.c