[PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name

From: Maciej W. Rozycki
Date: Wed Dec 06 2006 - 06:58:13 EST


The "fasteoi" IRQ handler is named "fasteio" incorrectly. This is a fix.

Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>
---
It should be obvious.

Please apply.

Maciej

patch-mips-2.6.19-rc2-20061023-fasteoi-0
diff -up --recursive --new-file linux-mips-2.6.19-rc2-20061023.macro/arch/i386/kernel/io_apic.c linux-mips-2.6.19-rc2-20061023/arch/i386/kernel/io_apic.c
--- linux-mips-2.6.19-rc2-20061023.macro/arch/i386/kernel/io_apic.c 2006-10-19 04:56:53.000000000 +0000
+++ linux-mips-2.6.19-rc2-20061023/arch/i386/kernel/io_apic.c 2006-12-06 00:10:05.000000000 +0000
@@ -2236,7 +2236,7 @@ static inline void check_timer(void)

disable_8259A_irq(0);
set_irq_chip_and_handler_name(0, &lapic_chip, handle_fasteoi_irq,
- "fasteio");
+ "fasteoi");
apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
enable_8259A_irq(0);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/