PERFORCE change 134438 for review

John Birrell jb at FreeBSD.org
Tue Jan 29 21:08:01 PST 2008


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

Change 134438 by jb at jb_freebsd1 on 2008/01/30 05:07:22

	Fix the #ifdef.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/sched_4bsd.c#31 edit

Differences ...

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

@@ -887,7 +887,7 @@
 #endif
                 /* I feel sleepy */
 		lock_profile_release_lock(&sched_lock.lock_object);
-#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