From a4815e1bdfb134e6987f75af9acf08930d34aa19 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 24 Jun 2009 11:23:34 +0000 Subject: turn off POOL_DEBUG as we go into release; pointed out by mpf --- sys/kern/subr_pool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/subr_pool.c b/sys/kern/subr_pool.c index aa0d1213a81..4b954dc91aa 100644 --- a/sys/kern/subr_pool.c +++ b/sys/kern/subr_pool.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_pool.c,v 1.84 2009/06/12 14:56:21 oga Exp $ */ +/* $OpenBSD: subr_pool.c,v 1.85 2009/06/24 11:23:33 deraadt Exp $ */ /* $NetBSD: subr_pool.c,v 1.61 2001/09/26 07:14:56 chs Exp $ */ /*- @@ -56,7 +56,7 @@ * the allocated pages themselves (for small pool items) or taken from * an internal pool of page headers (`phpool'). */ -#define POOL_DEBUG +/* #define POOL_DEBUG */ /* List of all pools */ TAILQ_HEAD(,pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); -- cgit v1.2.3