Fix typo in function name SDT_PROBE4 and unbreak 4BSD UP.

This commit is contained in:
Sergey Kandaurov 2012-05-15 10:58:17 +00:00
parent 823c83e842
commit 2aaae99d96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235471

View File

@ -1347,7 +1347,7 @@ sched_add(struct thread *td, int flags)
sched_tdname(curthread));
KTR_POINT1(KTR_SCHED, "thread", sched_tdname(curthread), "wokeup",
KTR_ATTR_LINKED, sched_tdname(td));
STD_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
SDT_PROBE4(sched, , , enqueue, td, td->td_proc, NULL,
flags & SRQ_PREEMPTED);
/*