x86_64: set the irq_chip name for lapic
authorSuresh Siddha <suresh.b.siddha@intel.com>
Mon, 25 Jun 2007 22:31:37 +0000 (15:31 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 26 Jun 2007 23:54:29 +0000 (16:54 -0700)
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>
arch/x86_64/kernel/io_apic.c

index d8bfe315471cfdf6d3a078fd4a72bd014f03acca..1c6c6f7245736a77a95bc9ae3643156f5bd8d02c 100644 (file)
@@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq)
 static void end_lapic_irq (unsigned int i) { /* nothing */ }
 
 static struct hw_interrupt_type lapic_irq_type __read_mostly = {
+       .name = "local-APIC",
        .typename = "local-APIC-edge",
        .startup = NULL, /* startup_irq() not used for IRQ0 */
        .shutdown = NULL, /* shutdown_irq() not used for IRQ0 */