summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-07 00:45:18 +0000
committerjhb <jhb@FreeBSD.org>2000-11-07 00:45:18 +0000
commit7bb34d92a0a71be5494882d50b6fb8207f0b9f5d (patch)
tree77dfd96057caca9f20056ddfcd1811a4ac0e3597
parent7ee94f3cb01b31d17929e31bbf78f0ce10b685ee (diff)
downloadFreeBSD-src-7bb34d92a0a71be5494882d50b6fb8207f0b9f5d.zip
FreeBSD-src-7bb34d92a0a71be5494882d50b6fb8207f0b9f5d.tar.gz
Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.
-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 da687aa..181e628 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -216,7 +216,7 @@ sithd_loop(void *dummy)
continue;
ih->ih_need = 0;
CTR5(KTR_INTR,
- "ithd_loop pid %d ih=%p: %p(%p) flg=%x",
+ "sithd_loop pid %d ih=%p: %p(%p) flg=%x",
p->p_pid, (void *)ih,
(void *)ih->ih_handler, ih->ih_argument,
ih->ih_flags);
OpenPOWER on IntegriCloud