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
/
apic
/
apic_vector.s
diff --git
a/sys/platform/pc32/apic/apic_vector.s
b/sys/platform/pc32/apic/apic_vector.s
index
99add4d
..
c506372
100644
(file)
--- a/
sys/platform/pc32/apic/apic_vector.s
+++ b/
sys/platform/pc32/apic/apic_vector.s
@@
-118,7
+118,7
@@
APIC_IMASK_UNLOCK ; \
8: ; \
-#ifdef APIC_IO
+#ifdef SMP /* APIC-IO */
/*
* Fast interrupt call handlers run in the following sequence:
@@
-349,7
+349,7
@@
Xtimer:
POP_FRAME
iret
-#ifdef APIC_IO
+#ifdef SMP /* APIC-IO */
MCOUNT_LABEL(bintr)
FAST_INTR(0,apic_fastintr0)