Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Get rid of a redundant output
details: https://anonhg.NetBSD.org/src/rev/49c6cb6a06b0
branches: trunk
changeset: 321431:49c6cb6a06b0
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Mar 16 08:21:45 2018 +0000
description:
Get rid of a redundant output
diffstat:
sys/kern/subr_lockdebug.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 696cfc59fa5e -r 49c6cb6a06b0 sys/kern/subr_lockdebug.c
--- a/sys/kern/subr_lockdebug.c Fri Mar 16 07:56:50 2018 +0000
+++ b/sys/kern/subr_lockdebug.c Fri Mar 16 08:21:45 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_lockdebug.c,v 1.62 2018/03/16 04:44:51 ozaki-r Exp $ */
+/* $NetBSD: subr_lockdebug.c,v 1.63 2018/03/16 08:21:45 ozaki-r 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.62 2018/03/16 04:44:51 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_lockdebug.c,v 1.63 2018/03/16 08:21:45 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -863,7 +863,6 @@
ksyms_getname(NULL, &sym,
(vaddr_t)ld->ld_initaddr,
KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY);
- (*pr)("Initialized at %s\n", sym);
(*pr)("Lock %d (initialized at %s)\n", i++, sym);
lockdebug_dump(ld, pr);
}
Home |
Main Index |
Thread Index |
Old Index