Add two DTrace trap type values. Used by fasttrap.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
rpaulo 2010-08-24 13:13:24 +00:00
parent a3bdb4e160
commit 2aa1a2c156
2 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,8 @@
#define T_MCHK 28 /* machine check trap */
#define T_XMMFLT 29 /* SIMD floating-point exception */
#define T_RESERVED 30 /* reserved (unknown) */
#define T_DTRACE_RET 31 /* DTrace pid return */
#define T_DTRACE_PROBE 32 /* DTrace fasttrap probe */
/* XXX most of the following codes aren't used, but could be. */

View File

@ -62,6 +62,8 @@
#define T_MCHK 28 /* machine check trap */
#define T_XMMFLT 29 /* SIMD floating-point exception */
#define T_RESERVED 30 /* reserved (unknown) */
#define T_DTRACE_RET 31 /* DTrace pid return */
#define T_DTRACE_PROBE 32 /* DTrace fasttrap probe */
/* XXX most of the following codes aren't used, but could be. */