diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-06-23 05:04:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:56 -0400 |
commit | afa024c3dbccf026e45121f4b9de54cda48edbea (patch) | |
tree | 49882fc3a71bad0872d1230b0cae00050e690ddd /arch | |
parent | a03a3e287b119c7bcbcff1d68f81864ce33b1ad2 (diff) |
[PATCH] x86: call eisa_set_level_irq() in pbibios_lookup_irq()
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/pci/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c index 06dab00aaadc..49b9fea518c4 100644 --- a/arch/i386/pci/irq.c +++ b/arch/i386/pci/irq.c | |||
@@ -880,6 +880,7 @@ static int pcibios_lookup_irq(struct pci_dev *dev, int assign) | |||
880 | ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) { | 880 | ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) { |
881 | DBG(" -> got IRQ %d\n", irq); | 881 | DBG(" -> got IRQ %d\n", irq); |
882 | msg = "Found"; | 882 | msg = "Found"; |
883 | eisa_set_level_irq(irq); | ||
883 | } else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) { | 884 | } else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) { |
884 | DBG(" -> assigning IRQ %d", newirq); | 885 | DBG(" -> assigning IRQ %d", newirq); |
885 | if (r->set(pirq_router_dev, dev, pirq, newirq)) { | 886 | if (r->set(pirq_router_dev, dev, pirq, newirq)) { |