diff options
author | attilio <attilio@FreeBSD.org> | 2009-11-27 01:02:17 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2009-11-27 01:02:17 +0000 |
commit | 39508ed75b28dfbe7ad89a031a90063e7b2da07f (patch) | |
tree | 728da3803e35932622fc856d124d3df8e435ccb3 /sys | |
parent | 0c43daaa5ef6559ac521004483befa2717ff525e (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/i386/xen/exception.s | 4 |
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 |