summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2009-11-27 01:02:17 +0000
committerattilio <attilio@FreeBSD.org>2009-11-27 01:02:17 +0000
commit39508ed75b28dfbe7ad89a031a90063e7b2da07f (patch)
tree728da3803e35932622fc856d124d3df8e435ccb3 /sys/i386/xen
parent0c43daaa5ef6559ac521004483befa2717ff525e (diff)
downloadFreeBSD-src-39508ed75b28dfbe7ad89a031a90063e7b2da07f.zip
FreeBSD-src-39508ed75b28dfbe7ad89a031a90063e7b2da07f.tar.gz
i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xen
version. No objections by: kmacy
Diffstat (limited to 'sys/i386/xen')
-rw-r--r--sys/i386/xen/exception.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/xen/exception.s b/sys/i386/xen/exception.s
index 607f96a..e965ffd 100644
--- a/sys/i386/xen/exception.s
+++ b/sys/i386/xen/exception.s
@@ -295,10 +295,6 @@ ENTRY(fork_trampoline)
SUPERALIGN_TEXT
MCOUNT_LABEL(bintr)
-#ifdef DEV_ATPIC
-#include <i386/isa/atpic_vector.s>
-#endif
-
#ifdef DEV_APIC
.data
.p2align 4
OpenPOWER on IntegriCloud