aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/trap.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-19 15:47:38 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-19 15:47:38 +0000
commit0ad74739acd01f645844c4912e3aae55744302ff (patch)
treeb63754d724ed223f15c93af37c2c7ad7ede5bbcf /sys/i386/include/trap.h
parent619ab04511cf7180f74b4a9fd665a362ec9f2596 (diff)
downloadsrc-0ad74739acd01f645844c4912e3aae55744302ff.tar.gz
src-0ad74739acd01f645844c4912e3aae55744302ff.zip
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().
Notes
Notes: svn path=/head/; revision=72700
Diffstat (limited to 'sys/i386/include/trap.h')
-rw-r--r--sys/i386/include/trap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h
index 49066419b6d6..6db97ecc18d5 100644
--- a/sys/i386/include/trap.h
+++ b/sys/i386/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 */