summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2007-10-28 23:11:57 +0000
committerjulian <julian@FreeBSD.org>2007-10-28 23:11:57 +0000
commit5d7e7a3ea72c8aeea39f3ea1d0d09db27de48ca3 (patch)
tree34d2bb8a5683b381481bb50874084f2c1260a59f /sys
parent03771327baaef68408c3ca89e0b6616f432cd196 (diff)
downloadFreeBSD-src-5d7e7a3ea72c8aeea39f3ea1d0d09db27de48ca3.zip
FreeBSD-src-5d7e7a3ea72c8aeea39f3ea1d0d09db27de48ca3.tar.gz
Fix typo in code obviously not being compiled on any of my machines.
found by: rdivacky@
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index a31a30e..8539c6e 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -858,7 +858,7 @@ intr_event_schedule_thread(struct intr_event *ie, struct intr_thread *it)
thread_lock(td);
if (TD_AWAITING_INTR(td)) {
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
- th->th_name);
+ td->td_name);
TD_CLR_IWAIT(td);
sched_add(td, SRQ_INTR);
} else {
OpenPOWER on IntegriCloud