Module Name: src Committed By: ryo Date: Tue May 28 07:39:17 UTC 2019
Modified Files: src/sys/kern: subr_lockdebug.c Log Message: changes of r1.68 was reverted by r1.69. apply it again. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/subr_lockdebug.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/subr_lockdebug.c diff -u src/sys/kern/subr_lockdebug.c:1.71 src/sys/kern/subr_lockdebug.c:1.72 --- src/sys/kern/subr_lockdebug.c:1.71 Wed May 22 15:32:14 2019 +++ src/sys/kern/subr_lockdebug.c Tue May 28 07:39:16 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_lockdebug.c,v 1.71 2019/05/22 15:32:14 scole Exp $ */ +/* $NetBSD: subr_lockdebug.c,v 1.72 2019/05/28 07:39:16 ryo Exp $ */ /*- * Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.71 2019/05/22 15:32:14 scole Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.72 2019/05/28 07:39:16 ryo Exp $"); #ifdef _KERNEL_OPT #include "opt_ddb.h" @@ -912,7 +912,7 @@ lockdebug_show_all_locks_cpu(void (*pr)( #ifdef MULTIPROCESSOR lockdebug_show_trace(ci->ci_curlwp, pr); #else - lockdebug_show_trace(ci->ci_curlwp, pr); + lockdebug_show_trace(curlwp, pr); #endif (*pr)("\n"); }