svn commit: r235471 - head/sys/kern

Sergey Kandaurov pluknet at FreeBSD.org
Tue May 15 10:58:17 UTC 2012


Author: pluknet
Date: Tue May 15 10:58:17 2012
New Revision: 235471
URL: http://svn.freebsd.org/changeset/base/235471

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

Modified:
  head/sys/kern/sched_4bsd.c

Modified: head/sys/kern/sched_4bsd.c
==============================================================================
--- head/sys/kern/sched_4bsd.c	Tue May 15 10:09:31 2012	(r235470)
+++ head/sys/kern/sched_4bsd.c	Tue May 15 10:58:17 2012	(r235471)
@@ -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);
 
 	/*


More information about the svn-src-all mailing list