Fix another sched_sihand -> sched_swi in a KTR trace message.

This commit is contained in:
John Baldwin 2000-12-18 23:59:34 +00:00
parent 6d0006c203
commit 48786ef412
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70176

View file

@ -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);
/*