summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-16 08:01:13 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-16 08:01:13 +0000
commit8cbedd19f7ceca9a9e50e03900cae73b57beba1e (patch)
treefc0968570ea8d0878f49ea39ffb9fff110466574
parent355d5e34332171091bec89fc61b3d3ec86a56e69 (diff)
downloadFreeBSD-src-8cbedd19f7ceca9a9e50e03900cae73b57beba1e.zip
FreeBSD-src-8cbedd19f7ceca9a9e50e03900cae73b57beba1e.tar.gz
change PTL trap type name to assist in tracking down prablems in tl1_trap
-rw-r--r--sys/sun4v/include/trap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sun4v/include/trap.h b/sys/sun4v/include/trap.h
index 03dfa29..ac3f0b4 100644
--- a/sys/sun4v/include/trap.h
+++ b/sys/sun4v/include/trap.h
@@ -128,9 +128,13 @@
#define PTL1_BAD_ISM 4
#define PTL1_BAD_MMUTRAP 5
#define PTL1_BAD_TRAP 6
+#define PTL1_BAD_NOT_WTRAP 7
+#if 0
#define PTL1_BAD_FPTRAP 7
+#endif
#define PTL1_BAD_INTR_REQ 8
#define PTL1_BAD_TRACE_PTR 9
+
#define PTL1_BAD_STACK 10
#define PTL1_BAD_DTRACE_FLAGS 11
#define PTL1_BAD_CTX_STEAL 12
OpenPOWER on IntegriCloud