summaryrefslogtreecommitdiff
path: root/sys/kern/kern_intr.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-03-04 21:01:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-03-04 21:01:42 +0000
commit9b4982bfed075878b9cdea54bdd3c33af7c2cebc (patch)
treec55a71aae6e445f39b7a6f98c9c9a51498a81018 /sys/kern/kern_intr.c
parent35580ede378d078127d99b482a5bfcdf6655dfa7 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_intr.c')
-rw-r--r--sys/kern/kern_intr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index a0a7e0d1e0e0..d2d72ae5439b 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -544,6 +544,7 @@ restart:
* lock. This may take a while and it_need may get
* set again, so we have to check it again.
*/
+ WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread");
mtx_assert(&Giant, MA_NOTOWNED);
mtx_lock_spin(&sched_lock);
if (!ithd->it_need) {