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_ipl.s
diff --git
a/sys/platform/pc32/icu/icu_ipl.s
b/sys/platform/pc32/icu/icu_ipl.s
index
cb31c92
..
44dc734
100644
(file)
--- a/
sys/platform/pc32/icu/icu_ipl.s
+++ b/
sys/platform/pc32/icu/icu_ipl.s
@@
-86,8
+86,6
@@
* WARNING! SMP builds can use the ICU now so this code must be MP safe.
*/
-#ifndef APIC_IO
-
.data
ALIGN_DATA
@@
-132,5
+130,3
@@
ENTRY(ICU_INTREN)
outb %al,$IO_ICU2+ICU_IMR_OFFSET
ICU_IMASK_UNLOCK
ret
-
-#endif