Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 09:46:37 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54413 for review
Message-ID:  <200406080946.i589kbg2015358@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54413

Change 54413 by jmallett@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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080946.i589kbg2015358>