Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.
This commit is contained in:
parent
d9de7cc7bd
commit
a924ab9741
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68416
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user