PERFORCE change 135392 for review

Randall R. Stewart rrs at FreeBSD.org
Thu Feb 14 10:46:38 PST 2008


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

Change 135392 by rrs at rrs-mips2-jnpr on 2008/02/14 18:45:46

	Adds T_MCHECK

Affected files ...

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

Differences ...

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

@@ -65,6 +65,7 @@
 #define	T_FPE			15	/* Floating point exception */
 #define	T_IWATCH		16	/* Inst. Watch address reference */
 #define	T_DWATCH		23	/* Data Watch address reference */
+#define T_MCHECK                24      /* Received an MCHECK */
 #define	T_VCED			31	/* Virtual coherency data */
 
 #define	T_USER			0x20	/* user-mode flag or'ed with type */


More information about the p4-projects mailing list