From: Suresh Siddha Date: Mon, 25 Jun 2007 22:31:37 +0000 (-0700) Subject: x86_64: set the irq_chip name for lapic X-Git-Tag: v2.6.22-rc7~45 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c47e285dee9673087273fafcff06a44c58ed4efd;p=~shefty%2Frdma-dev.git x86_64: set the irq_chip name for lapic set the irq_chip name for lapic. Signed-off-by: Suresh Siddha Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index d8bfe315471..1c6c6f72457 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c @@ -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 */