Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern crashme(9): Clarify description of kernel_lock_spin...
details: https://anonhg.NetBSD.org/src/rev/fd5c2d17851f
branches: trunk
changeset: 370640:fd5c2d17851f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Sep 22 14:39:24 2022 +0000
description:
crashme(9): Clarify description of kernel_lock_spinout.
diffstat:
sys/kern/kern_crashme.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7c1f1c1baf3f -r fd5c2d17851f sys/kern/kern_crashme.c
--- a/sys/kern/kern_crashme.c Thu Sep 22 14:37:38 2022 +0000
+++ b/sys/kern/kern_crashme.c Thu Sep 22 14:39:24 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_crashme.c,v 1.9 2022/09/21 10:50:29 riastradh Exp $ */
+/* $NetBSD: kern_crashme.c,v 1.10 2022/09/22 14:39:24 riastradh Exp $ */
/*
* Copyright (c) 2018, 2019 Matthew R. Green
@@ -83,7 +83,7 @@
CMNODE("ddb", "enter ddb directly", crashme_ddb),
#endif
#ifdef LOCKDEBUG
- CMNODE("kernel_lock_spinout", "infinite kernel lock",
+ CMNODE("kernel_lock_spinout", "infinite loop under kernel lock",
crashme_kernel_lock_spinout),
#endif
CMNODE("mutex_recursion", "enter the same mutex twice",
Home |
Main Index |
Thread Index |
Old Index