PERFORCE change 107896 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Oct 14 08:03:40 PDT 2006


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

Change 107896 by gonzo at gonzo_hq on 2006/10/14 15:02:43

	o Add onfault handler to pcb struct.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/pcb.h#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/pcb.h#4 (text+ko) ====

@@ -34,6 +34,7 @@
  * Process Control Block.
  */
 struct pcb {
+	caddr_t		pcb_onfault;
 	__register_t	pcb_regs[13];
 };
 


More information about the p4-projects mailing list