Date: Wed, 30 Jan 2008 05:10:02 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134439 for review Message-ID: <200801300510.m0U5A2Zf084625@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134439 Change 134439 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801300510.m0U5A2Zf084625>