aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/trap.h
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-10-19 01:23:30 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-10-19 01:23:30 +0000
commitba32964d0876edc32522091961c4e7bf4cbd830d (patch)
tree4762799b8c07bf1f9a6f39cb44524705fc0d5f11 /sys/i386/include/trap.h
parent758dfd70db12186f5f0f3242f1400ec0b3d7550e (diff)
GC unused values
Notes
Notes: svn path=/head/; revision=184039
Diffstat (limited to 'sys/i386/include/trap.h')
-rw-r--r--sys/i386/include/trap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h
index 82208d2a39ff..f0176b2c97e7 100644
--- a/sys/i386/include/trap.h
+++ b/sys/i386/include/trap.h
@@ -49,9 +49,6 @@
#define T_PAGEFLT 12 /* page fault */
#define T_ALIGNFLT 14 /* alignment fault */
-#ifdef XEN
-#define T_HYPCALLBACK 17 /* hypervisor upcall */
-#endif
#define T_DIVIDE 18 /* integer divide fault */
#define T_NMI 19 /* non-maskable trap */
#define T_OFLOW 20 /* overflow trap */