summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
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/kern/subr_trap.c
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/kern/subr_trap.c')
-rw-r--r--sys/kern/subr_trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index f778666..da4f1db 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -123,7 +123,7 @@ static char *trap_msg[] = {
"", /* 4 unused */
"", /* 5 unused */
"arithmetic trap", /* 6 T_ARITHTRAP */
- "system forced exception", /* 7 T_ASTFLT */
+ "", /* 7 unused */
"", /* 8 unused */
"general protection fault", /* 9 T_PROTFLT */
"trace trap", /* 10 T_TRCTRAP */
OpenPOWER on IntegriCloud