landisk machines. we've been unable to figure out due to a lack of
hardware (on my part) or time.
discussed with and ok miod@
-/* $OpenBSD: subr_pool.c,v 1.175 2015/01/04 02:53:19 jsg Exp $ */
+/* $OpenBSD: subr_pool.c,v 1.176 2015/01/04 08:54:01 dlg Exp $ */
/* $NetBSD: subr_pool.c,v 1.61 2001/09/26 07:14:56 chs Exp $ */
/*-
size = roundup(size, align);
if (palloc == NULL) {
- while (size * 8 > pgsize)
+ while (size > pgsize)
pgsize <<= 1;
if (pgsize > PAGE_SIZE) {