Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.

This commit is contained in:
John Baldwin 2000-11-07 00:45:18 +00:00
parent d9de7cc7bd
commit a924ab9741

View File

@ -216,7 +216,7 @@ sithd_loop(void *dummy)
continue; continue;
ih->ih_need = 0; ih->ih_need = 0;
CTR5(KTR_INTR, 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, p->p_pid, (void *)ih,
(void *)ih->ih_handler, ih->ih_argument, (void *)ih->ih_handler, ih->ih_argument,
ih->ih_flags); ih->ih_flags);