summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/trap.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-08-15 20:51:31 +0000
committerkmacy <kmacy@FreeBSD.org>2008-08-15 20:51:31 +0000
commit8c05b8ec899e2b20d5eb286770d302b94f0e4536 (patch)
tree01c30bdd7553d9c3ff945b2422e697cffe0f9b20 /sys/i386/include/trap.h
parent6bfca819a4bf3b98d63e7f4aaed6fa5b0520008a (diff)
downloadFreeBSD-src-8c05b8ec899e2b20d5eb286770d302b94f0e4536.zip
FreeBSD-src-8c05b8ec899e2b20d5eb286770d302b94f0e4536.tar.gz
Integrate support for xen in to i386 common code.
MFC after: 1 month
Diffstat (limited to 'sys/i386/include/trap.h')
-rw-r--r--sys/i386/include/trap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h
index f0176b2..82208d2 100644
--- a/sys/i386/include/trap.h
+++ b/sys/i386/include/trap.h
@@ -49,6 +49,9 @@
#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 */
OpenPOWER on IntegriCloud