PERFORCE change 54413 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 8 09:46:39 GMT 2004


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

Change 54413 by jmallett at jmallett_oingo on 2004/06/08 09:45:48

	Be kind to the next poor fool.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/vm_machdep.c#17 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/vm_machdep.c#17 (text+ko) ====

@@ -124,6 +124,10 @@
 	td->td_pcb->pcb_regs[11] = MIPS_SR_KX | MIPS_SR_INT_IE;
 }
 
+/*
+ * This is called after cpu_fork() to make a thread return into
+ * something other than fork_return.
+ */
 void
 cpu_set_fork_handler(struct thread *td, void (*func)(void *), void *arg)
 {


More information about the p4-projects mailing list