The patch titled i386/io_apic: Fix a typo in an IRQ handler name has been added to the -mm tree. Its filename is i386-io_apic-fix-a-typo-in-an-irq-handler-name.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i386/io_apic: Fix a typo in an IRQ handler name From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> The "fasteoi" IRQ handler is named "fasteio" incorrectly. This is a fix. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/io_apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/kernel/io_apic.c~i386-io_apic-fix-a-typo-in-an-irq-handler-name arch/i386/kernel/io_apic.c --- a/arch/i386/kernel/io_apic.c~i386-io_apic-fix-a-typo-in-an-irq-handler-name +++ a/arch/i386/kernel/io_apic.c @@ -2304,7 +2304,7 @@ static inline void __init check_timer(vo 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); _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are origin.patch i386-io_apic-fix-a-typo-in-an-irq-handler-name.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html