Without this patch reboot() panics on find_isa_irq_pin (x86_84) It is maybe needed on 'i386' too? Rgds. -- Manuel Moreno <manolo@xxxxxxxxxxxxxx>
--- linux-2.6.8/arch/i386/kernel/io_apic.c.old 2004-10-09 10:52:59.957118536 +0100 +++ linux-2.6.8/arch/i386/kernel/io_apic.c 2004-10-09 10:53:18.295330704 +0100 @@ -745,7 +745,7 @@ /* * Find the pin to which IRQ[irq] (ISA) is connected */ -static int __init find_isa_irq_pin(int irq, int type) +static int find_isa_irq_pin(int irq, int type) { int i; --- linux-2.6.8/arch/x86_64/kernel/io_apic.c.old 2004-10-09 10:51:44.980516712 +0100 +++ linux-2.6.8/arch/x86_64/kernel/io_apic.c 2004-10-09 10:52:14.073093968 +0100 @@ -332,7 +332,7 @@ /* * Find the pin to which IRQ[irq] (ISA) is connected */ -static int __init find_isa_irq_pin(int irq, int type) +static int find_isa_irq_pin(int irq, int type) { int i;