From a924ab9741f5778d413f76c636775b2f43512427 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 7 Nov 2000 00:45:18 +0000 Subject: [PATCH] Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints. --- sys/kern/kern_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index da687aab8da3..181e62839251 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);