PERFORCE change 136075 for review

Randall R. Stewart rrs at FreeBSD.org
Sun Feb 24 12:32:59 UTC 2008


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

Change 136075 by rrs at rrs-mips2-jnpr on 2008/02/24 12:32:19

	Adds a missing trap type.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/trap.h#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/trap.h#6 (text+ko) ====

@@ -64,6 +64,7 @@
 #define	T_VCEI			14	/* Virtual coherency instruction */
 #define	T_FPE			15	/* Floating point exception */
 #define	T_IWATCH		16	/* Inst. Watch address reference */
+#define T_C2E                   18      /* Exception from coprocessor 2 */
 #define	T_DWATCH		23	/* Data Watch address reference */
 #define T_MCHECK                24      /* Received an MCHECK */
 #define	T_VCED			31	/* Virtual coherency data */


More information about the p4-projects mailing list