[patch] Re: SMP & Intel DK440LX Update

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Mon, 10 Aug 1998 14:15:35 +0200 (CEST)


hm, does the following patch help for all those who have had booting
problems on 2.1.110+ kernels? (it has fixed Heikki Hannikainen's boot
problem)

-- mingo

--- linux/arch/i386/kernel/io_apic.c.orig Mon Aug 10 14:10:30 1998
+++ linux/arch/i386/kernel/io_apic.c Mon Aug 10 14:10:40 1998
@@ -1177,7 +1177,7 @@
pirqs_enabled)
{
printk("ENABLING IO-APIC IRQs\n");
- io_apic_irqs = ~((1<<2)|(1<<13));
+ io_apic_irqs = ~((1<<2)|(1<<9)|(1<<13));
} else {
if (ioapic_blacklisted())
printk(" blacklisted board, DISABLING IO-APIC IRQs\n");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html