kernel-2.6.8-1.603 problem with reboot | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
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;
-- amd64-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/amd64-list
[Search] [Home] [Kernel List] [Linux ia64] [Linux X86_64] [Red Hat Install] [Red Hat Migration] [Red Hat Development] [Red Hat 9 Bible] [Red Hat 9 Mailing List] [Fedora Legacy] [Yosemite News]