Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e188938 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Andi Kleen
Browse files

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



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

Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 464d1a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2310,7 +2310,7 @@ static inline void __init 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);