Subject: Re: CVS commit: src/sys
To: None <bjh21@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 04/01/2006 19:20:31
> Module Name:	src
> Committed By:	bjh21
> Date:		Fri Feb 24 11:46:21 UTC 2006
> 
> Modified Files:
> 	src/sys/kern: subr_pool.c
> 	src/sys/sys: pool.h
> 
> Log Message:
> Medium-sized overhaul of POOL_SUBPAGE support so that:
> 1: I can understand it, and
> 2: It works.
> Notable externally-visible changes are that POOL_SUBPAGE now has to be a
> compile-time constant, and that trying to initialise a pool whose objects are
> larger than POOL_SUBPAGE automatically generates a pool that doesn't use
> subpages.
> 
> NetBSD/acorn26 now boots multi-user again.

why export *_fullpage allocators?

YAMAMOTO Takashi