Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 05:07:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134438 for review
Message-ID:  <200801300507.m0U57xwS084524@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134438

Change 134438 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801300507.m0U57xwS084524>