Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 18:46:36 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135392 for review
Message-ID:  <200802141846.m1EIkaO3013957@repoman.freebsd.org>

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

Change 135392 by rrs@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 */



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