Subject: pool(9) and items larger than pagesize
To: None <tech-kern@netbsd.org>
From: Matt Fredette <fredette@theory.lcs.mit.edu>
List: tech-kern
Date: 07/27/2002 12:22:10
Hi.  With the expansion of struct sigacts to include per-signal trampoline 
information, sizeof(struct sigacts) on the m68k is now 2052 bytes.  This
is larger than the sun2 page size of 2048 bytes, and causes pool_init() to
break down when it realizes it can't fit even one of these items on a page.

I dunno anything about how pool(9) works, looking for help.  Thanks -

Matt

-- 
Matt Fredette