PERFORCE change 94833 for review

Kip Macy kmacy at FreeBSD.org
Sun Apr 9 04:14:18 UTC 2006


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

Change 94833 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/09 04:14:08

	add RE and NRE trap types

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/trap.h#6 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/trap.h#6 (text+ko) ====

@@ -88,8 +88,10 @@
 #define	T_RSTRWP_PHYS			49
 #define	T_RSTRWP_VIRT			50
 #define	T_KSTACK_FAULT			51
+#define T_RESUMABLE_ERROR               52
+#define T_NONRESUMABLE_ERROR            53
 
-#define	T_MAX				(T_KSTACK_FAULT + 1)
+#define	T_MAX				(T_NONRESUMABLE_ERROR + 1)
 
 #define	T_KERNEL			0x100
 


More information about the p4-projects mailing list