mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Fix another sched_sihand -> sched_swi in a KTR trace message.
This commit is contained in:
parent
6d0006c203
commit
48786ef412
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70176
@ -155,7 +155,7 @@ sched_swi(struct intrhand *ih, int flag)
|
||||
|
||||
atomic_add_int(&cnt.v_intr, 1); /* one more global interrupt */
|
||||
|
||||
CTR3(KTR_INTR, "sched_sihand pid %d(%s) need=%d",
|
||||
CTR3(KTR_INTR, "sched_swi pid %d(%s) need=%d",
|
||||
p->p_pid, p->p_comm, it->it_need);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user