Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2008 12:32:57 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136075 for review
Message-ID:  <200802241232.m1OCWvp1031589@repoman.freebsd.org>

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

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



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