mneumann's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
i386 - Get completely rid of APIC_IO
[dragonfly.git]
/
sys
/
platform
/
pc32
/
icu
/
icu_vector.s
diff --git
a/sys/platform/pc32/icu/icu_vector.s
b/sys/platform/pc32/icu/icu_vector.s
index
d196f9e
..
2c573fe
100644
(file)
--- a/
sys/platform/pc32/icu/icu_vector.s
+++ b/
sys/platform/pc32/icu/icu_vector.s
@@
-21,8
+21,6
@@
#include "assym.s"
#include "icu_ipl.h"
-#ifndef APIC_IO
-
#define ICU_IMR_OFFSET 1 /* IO_ICU{1,2} + 1 */
#define ICU_EOI 0x20 /* XXX - define elsewhere */
@@
-207,5
+205,3
@@
MCOUNT_LABEL(eintr)
.data
.text
-
-#endif