PERFORCE change 92100 for review

John Baldwin jhb at FreeBSD.org
Mon Feb 20 14:42:26 PST 2006


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

Change 92100 by jhb at 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


More information about the p4-projects mailing list