LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name
@ 2006-12-06 11:56 Maciej W. Rozycki
  2006-12-07 13:38 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2006-12-06 11:56 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel

 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);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name
  2006-12-06 11:56 [PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name Maciej W. Rozycki
@ 2006-12-07 13:38 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2006-12-07 13:38 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: linux-kernel

On Wed, 2006-12-06 at 11:56 +0000, Maciej W. Rozycki wrote:
>  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. 

ouch ... -stable stuff too i guess.

Acked-by: Ingo Molnar <mingo@redhat.com>

	Ingo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-07 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-06 11:56 [PATCH 2.6.19] i386/io_apic: Fix a typo in an IRQ handler name Maciej W. Rozycki
2006-12-07 13:38 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).