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 retrieving revision 1.169 retrieving revision 1.170 diff -u -p -r1.169 -r1.170 --- src/sys/kern/subr_pool.c 2008/08/11 02:48:42 1.169 +++ src/sys/kern/subr_pool.c 2008/10/15 08:13:17 1.170 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.169 2008/08/11 02:48:42 yamt Exp $ */ +/* $NetBSD: subr_pool.c,v 1.170 2008/10/15 08:13:17 ad Exp $ */ /*- * Copyright (c) 1997, 1999, 2000, 2002, 2007, 2008 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.169 2008/08/11 02:48:42 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.170 2008/10/15 08:13:17 ad Exp $"); #include "opt_ddb.h" #include "opt_pool.h" @@ -2982,7 +2982,7 @@ found: if (pool_in_cg(pp, cc->cc_current, addr) || pool_in_cg(pp, cc->cc_previous, addr)) { struct cpu_info *ci = - cpu_lookup_byindex(i); + cpu_lookup(i); incpucache = true; snprintf(cpucachestr,