Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/subr_pool.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/subr_pool.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.50.2.7 retrieving revision 1.77 diff -u -p -r1.50.2.7 -r1.77 --- src/sys/kern/subr_pool.c 2002/04/01 07:47:56 1.50.2.7 +++ src/sys/kern/subr_pool.c 2002/07/11 17:18:48 1.77 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.50.2.7 2002/04/01 07:47:56 nathanw Exp $ */ +/* $NetBSD: subr_pool.c,v 1.77 2002/07/11 17:18:48 matt Exp $ */ /*- * Copyright (c) 1997, 1999, 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.50.2.7 2002/04/01 07:47:56 nathanw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.77 2002/07/11 17:18:48 matt Exp $"); #include "opt_pool.h" #include "opt_poollog.h" @@ -636,7 +636,7 @@ pool_get(struct pool *pp, int flags) #ifdef DIAGNOSTIC if (__predict_false(curproc == NULL && doing_shutdown == 0 && (flags & PR_WAITOK) != 0)) - panic("pool_get: must have NOWAIT"); + panic("pool_get: %s: must have NOWAIT", pp->pr_wchan); #ifdef LOCKDEBUG if (flags & PR_WAITOK)