diff --git a/src/arch/i386/lib/hardwaremain.c b/src/arch/i386/lib/hardwaremain.c index 3da89a45f7..cf07555127 100644 --- a/src/arch/i386/lib/hardwaremain.c +++ b/src/arch/i386/lib/hardwaremain.c @@ -142,9 +142,11 @@ void intel_main() post_code(0x90); printk(KERN_INFO "done.\n"); +#ifdef IOAPIC /* set up the IO-APIC for the clock interrupt. */ post_code(0x92); setup_ioapic(); +#endif /* IOAPIC */ // generic mainboard fixup mainboard_fixup();