The patch titled x86_64: set the irq_chip name for lapic has been removed from the -mm tree. Its filename was x86_64-set-the-irq_chip-name-for-lapic.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.patch x86_64-irq-check-remote-irr-bit-before-migrating-level-triggered-irq-v3.patch intel-iommu-dmar-detection-and-parsing-logic.patch intel-iommu-pci-generic-helper-function.patch intel-iommu-pci-generic-helper-function-fix.patch intel-iommu-clflush_cache_range-now-takes-size-param.patch intel-iommu-iova-allocation-and-management-routines.patch intel-iommu-iova-allocation-and-management-routines-fix.patch intel-iommu-intel-iommu-driver.patch intel-iommu-intel-iommu-driver-fix.patch intel-iommu-avoid-memory-allocation-failures-in-dma-map-api-calls.patch intel-iommu-intel-iommu-cmdline-option-forcedac.patch intel-iommu-dmar-fault-handling-support.patch intel-iommu-iommu-gfx-workaround.patch intel-iommu-iommu-floppy-workaround.patch intel-iommu-iommu-floppy-workaround-fix.patch define-new-percpu-interface-for-shared-data-version-4.patch use-the-new-percpu-interface-for-shared-data-version-4.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