lkml.org 
[lkml]   [2006]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name
 The "fasteoi" IRQ handler is named "fasteio" incorrectly.  This is a fix.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-12-06 12:59    [from the cache]
©2003-2011 Jasper Spaans