summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/trap.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-19 15:47:38 +0000
committerbde <bde@FreeBSD.org>2001-02-19 15:47:38 +0000
commit97e52ec00f0b15b4c4991091e3c72913bb0d1765 (patch)
treeb728903b58cc65d6ecafa74fe47e9a28af917d52 /sys/amd64/include/trap.h
parentd6cd2507344df79db75e8e7a52b6472ab6245bea (diff)
downloadFreeBSD-src-97e52ec00f0b15b4c4991091e3c72913bb0d1765.zip
FreeBSD-src-97e52ec00f0b15b4c4991091e3c72913bb0d1765.tar.gz
Removed all traces of T_ASTFLT (except for gaps where it was). It became
unused except in dead code when ast() was split off from trap().
Diffstat (limited to 'sys/amd64/include/trap.h')
-rw-r--r--sys/amd64/include/trap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h
index 4906641..6db97ec 100644
--- a/sys/amd64/include/trap.h
+++ b/sys/amd64/include/trap.h
@@ -48,7 +48,6 @@
#define T_PRIVINFLT 1 /* privileged instruction */
#define T_BPTFLT 3 /* breakpoint instruction */
#define T_ARITHTRAP 6 /* arithmetic trap */
-#define T_ASTFLT 7 /* system forced exception */
#define T_PROTFLT 9 /* protection fault */
#define T_TRCTRAP 10 /* debug exception (sic) */
#define T_PAGEFLT 12 /* page fault */
OpenPOWER on IntegriCloud