Date: Fri, 23 Nov 2007 04:11:26 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 129412 for review Message-ID: <200711230411.lAN4BQA1012964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129412 Change 129412 by jb@jb_freebsd1 on 2007/11/23 04:10:32 Reset to match CVS. Probe macros can be added again later. For now, lower the diff noise. Affected files ... .. //depot/projects/dtrace/src/sys/kern/kern_fork.c#24 edit Differences ... ==== //depot/projects/dtrace/src/sys/kern/kern_fork.c#24 (text+ko) ==== @@ -692,10 +692,6 @@ p2->p_state = PRS_NORMAL; PROC_SUNLOCK(p2); -#ifdef DOODAD - DTRACE_PROBE1(__proc_create, proc *, p2); -#endif - /* * If RFSTOPPED not requested, make child runnable and add to * run queue.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711230411.lAN4BQA1012964>