x86_64: set the irq_chip name for lapic

set the irq_chip name for lapic.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Suresh Siddha and committed by Linus Torvalds c47e285d f436ab43

+1
+1
arch/x86_64/kernel/io_apic.c
··· 1492 static void end_lapic_irq (unsigned int i) { /* nothing */ } 1493 1494 static struct hw_interrupt_type lapic_irq_type __read_mostly = { 1495 .typename = "local-APIC-edge", 1496 .startup = NULL, /* startup_irq() not used for IRQ0 */ 1497 .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */
··· 1492 static void end_lapic_irq (unsigned int i) { /* nothing */ } 1493 1494 static struct hw_interrupt_type lapic_irq_type __read_mostly = { 1495 + .name = "local-APIC", 1496 .typename = "local-APIC-edge", 1497 .startup = NULL, /* startup_irq() not used for IRQ0 */ 1498 .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */