Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2006 04:14:17 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 94833 for review
Message-ID:  <200604090414.k394EH3k071759@repoman.freebsd.org>

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

Change 94833 by kmacy@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
 



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