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
/
i386
/
autoconf.c
diff --git
a/sys/platform/pc32/i386/autoconf.c
b/sys/platform/pc32/i386/autoconf.c
index
2f59db9
..
9811335
100644
(file)
--- a/
sys/platform/pc32/i386/autoconf.c
+++ b/
sys/platform/pc32/i386/autoconf.c
@@
-155,9
+155,10
@@
configure_final(void *dummy)
cninit_finish();
if (bootverbose) {
-#ifdef APIC_IO
- imen_dump();
-#endif /* APIC_IO */
+#ifdef SMP /* APIC-IO */
+ if (apic_io_enable)
+ imen_dump();
+#endif
/*
* Print out the BIOS's idea of the disk geometries.