PERFORCE change 215044 for review

Robert Watson rwatson at FreeBSD.org
Sat Jul 28 12:12:40 UTC 2012


http://p4web.freebsd.org/@@215044?ac=10

Change 215044 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/07/28 12:11:42

	Update MIPS trap table to include CHERI's CP2 exception code to
	make debugging easier.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/sys/mips/mips/trap.c#5 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/sys/mips/mips/trap.c#5 (text+ko) ====

@@ -199,7 +199,11 @@
 	"floating point",
 	"reserved 16",
 	"reserved 17",
+#ifdef CPU_CHERI
+	"capability coprocessor exception",
+#else
 	"reserved 18",
+#endif
 	"reserved 19",
 	"reserved 20",
 	"reserved 21",


More information about the p4-projects mailing list