Date: Mon, 20 Feb 2006 22:42:25 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92100 for review Message-ID: <200602202242.k1KMgOoW063091@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92100 Change 92100 by jhb@jhb_slimer on 2006/02/20 22:42:13 PHOLD not needed in proc_sstep() as it is already done in the caller. Affected files ... .. //depot/projects/smpng/sys/kern/sys_process.c#52 edit Differences ... ==== //depot/projects/smpng/sys/kern/sys_process.c#52 (text+ko) ==== @@ -204,9 +204,7 @@ proc_sstep(struct thread *td) { - _PHOLD(td->td_proc); PROC_ACTION(ptrace_single_step(td)); - _PRELE(td->td_proc); } int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602202242.k1KMgOoW063091>