mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
x86: pci: Assign pci irqs to all functions
We need walk through all functions within a PCI device and assign their IRQs accordingly. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -98,8 +98,7 @@ void pirq_route_irqs(struct irq_info *irq, int num)
|
||||
}
|
||||
|
||||
/* Bus, device, slots IRQs for {A,B,C,D} */
|
||||
pci_assign_irqs(irq->bus, irq->devfn >> 3, irq->devfn & 7,
|
||||
irq_slot);
|
||||
pci_assign_irqs(irq->bus, irq->devfn >> 3, irq_slot);
|
||||
|
||||
irq++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user