PERFORCE change 134439 for review

John Birrell jb at FreeBSD.org
Tue Jan 29 21:10:06 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134439

Change 134439 by jb at jb_freebsd1 on 2008/01/30 05:09:54

	Ugh. Fix the #ifdef.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/sched_ule.c#27 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/sched_ule.c#27 (text+ko) ====

@@ -1904,7 +1904,7 @@
 		lock_profile_release_lock(&TDQ_LOCKPTR(tdq)->lock_object);
 		TDQ_LOCKPTR(tdq)->mtx_lock = (uintptr_t)newtd;
 
-#ifdef KDTRACE
+#ifdef KDTRACE_HOOKS
 		/*
 		 * If DTrace has set the active vtime enum to anything
 		 * other than INACTIVE (0), then it should have set the


More information about the p4-projects mailing list