The patch titled x86_64: set the irq_chip name for lapic has been added to the -mm tree. Its filename is x86_64-set-the-irq_chip-name-for-lapic.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86_64: set the irq_chip name for lapic From: Suresh Siddha <suresh.b.siddha@xxxxxxxxx> /proc/interrupts: CPU0 CPU1 0: 6343294 0 <NULL>-edge timer Set the irq_chip name for lapic. Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/kernel/io_apic.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/x86_64/kernel/io_apic.c~x86_64-set-the-irq_chip-name-for-lapic arch/x86_64/kernel/io_apic.c --- a/arch/x86_64/kernel/io_apic.c~x86_64-set-the-irq_chip-name-for-lapic +++ a/arch/x86_64/kernel/io_apic.c @@ -1546,6 +1546,7 @@ static void ack_lapic_irq (unsigned int 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 */ _ Patches currently in -mm which might be from suresh.b.siddha@xxxxxxxxx are x86_64-set-the-irq_chip-name-for-lapic.patch x86_64-irq-check-remote-irr-bit-before-migrating-level-triggered-irq-v3.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html