From: Maciej W. Rozycki Date: Tue, 27 May 2008 20:19:16 +0000 (+0100) Subject: x86: I/O APIC: fix the name of the through-8259A handler X-Git-Tag: v2.6.27-rc1~1106^2~251^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08252623c7981f5cea70e4fab4983a94fc52212;p=pandora-kernel.git x86: I/O APIC: fix the name of the through-8259A handler When the through-8259A mode is used for the timer, the call to set_irq_handler() will register a NULL handler name, resulting in "IO-APIC-" reported. Fix by calling ioapic_register_intr() as done for all the other I/O APIC interrupts. The 64-bit variation calls set_irq_chip_and_handler_name() here needlessly and should get fixed with the upcoming merge. Signed-off-by: Maciej W. Rozycki Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed