]> git.baikalelectronics.ru Git - kernel.git/commit
x86: I/O APIC: fix the name of the L-APIC IRQ handler
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 27 May 2008 20:19:09 +0000 (21:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 07:13:00 +0000 (09:13 +0200)
commit01afe1eee7db70c927fe38484a3269053a536ec1
treeeac97535a5d30ac1be4aea154b44ff77d1198170
parent4ebae98eaba396377c65e362ff34ad8e3fa43f50
x86: I/O APIC: fix the name of the L-APIC IRQ handler

The local APIC interrupt handler gets registered with
set_irq_chip_and_handler_name(), which results in
"local-APIC-edge-fasteoi" reported as the name of the handler.  Fix by
removing the type of the handler left over from before the generic
handlers were introduced.

The 64-bit variation should get fixed with the upcoming merge.

NB It should really use the "edge" handler and not the "fasteoi" one,
but that's a separate issue.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic_32.c