lkml.org 
[lkml]   [1998]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] Re: SMP & Intel DK440LX Update

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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.025 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site