Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 12/15/1998 20:28:24
Module Name:	src
Committed By:	briggs
Date:		Wed Dec 16 04:28:23 UTC 1998

Modified Files:
	src/sys/sys: pool.h
	src/sys/kern: subr_pool.c
Log Message:
Prototype pool_print() and pool_chk() if DEBUG.
Initialize pool hash table with PR_HASHTABSIZE (i.e., 8) LIST_INIT()s
instead of one memset().
Only check for page != ph->ph_page if PR_PHINPAGE is set (in pool_chk()).
Print pool base pointer when reporting page inconsistency in pool_chk().