Date: Wed, 23 Oct 1996 21:31:58 -0700 (PDT) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <199610240431.VAA10561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610240431.VAA10561>
