The patch titled x86: call eisa_set_level_irq() in pbibios_lookup_irq() has been removed from the -mm tree. Its filename is x86-call-eisa_set_level_irq-in-pcibios_lookup_irq.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: x86: call eisa_set_level_irq() in pbibios_lookup_irq() From: Linus Torvalds <torvalds@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/pci/irq.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/i386/pci/irq.c~x86-call-eisa_set_level_irq-in-pcibios_lookup_irq arch/i386/pci/irq.c --- a/arch/i386/pci/irq.c~x86-call-eisa_set_level_irq-in-pcibios_lookup_irq +++ a/arch/i386/pci/irq.c @@ -880,6 +880,7 @@ static int pcibios_lookup_irq(struct pci ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) { DBG(" -> got IRQ %d\n", irq); msg = "Found"; + eisa_set_level_irq(irq); } else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) { DBG(" -> assigning IRQ %d", newirq); if (r->set(pirq_router_dev, dev, pirq, newirq)) { _ Patches currently in -mm which might be from torvalds@xxxxxxxx are origin.patch revert-gregkh-pci-pci-test-that-drivers-properly-call-pci_set_master.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