diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-04-15 18:04:04 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-04-15 18:04:04 +0000 |
| commit | 83bc5d54c87abf39549cf230ba1b959c80abe47e (patch) | |
| tree | ad745ca313fc3771a1812e9df1b563e1fa6e4916 /sys | |
| parent | 1805d92b3216e01fd88d63baee4f56f11ecfa200 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_intr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index b62d5b071630b..edd80ef54aa2e 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -310,7 +310,7 @@ ithread_destroy(struct intr_thread *ithread) { struct thread *td; - CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_name); + CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_thread->td_name); td = ithread->it_thread; mtx_lock_spin(&sched_lock); ithread->it_flags |= IT_DEAD; |
