mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[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>
This commit is contained in:
parent
a03a3e287b
commit
afa024c3db
1 changed files with 1 additions and 0 deletions
|
@ -880,6 +880,7 @@ static int pcibios_lookup_irq(struct pci_dev *dev, int assign)
|
||||||
((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) {
|
((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) {
|
||||||
DBG(" -> got IRQ %d\n", irq);
|
DBG(" -> got IRQ %d\n", irq);
|
||||||
msg = "Found";
|
msg = "Found";
|
||||||
|
eisa_set_level_irq(irq);
|
||||||
} else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) {
|
} else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) {
|
||||||
DBG(" -> assigning IRQ %d", newirq);
|
DBG(" -> assigning IRQ %d", newirq);
|
||||||
if (r->set(pirq_router_dev, dev, pirq, newirq)) {
|
if (r->set(pirq_router_dev, dev, pirq, newirq)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue