K 10 svn:author V 2 dg K 8 svn:date V 27 1996-10-24T04:31:51.000000Z K 7 svn:log V 336 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. END