device/pci_device.c: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: Id3f9dd264e82f93a438422e388d70e3f88ae0df9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43210 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
dc4a8d0260
commit
8dc5f3017d
|
@ -1631,11 +1631,6 @@ void pci_assign_irqs(struct device *dev, const unsigned char pIntAtoD[4])
|
|||
|
||||
pci_write_config8(dev, PCI_INTERRUPT_LINE, pIntAtoD[line - 1]);
|
||||
|
||||
#ifdef PARANOID_IRQ_ASSIGNMENTS
|
||||
irq = pci_read_config8(pdev, PCI_INTERRUPT_LINE);
|
||||
printk(BIOS_DEBUG, " Readback = %d\n", irq);
|
||||
#endif
|
||||
|
||||
#if CONFIG(PC80_SYSTEM)
|
||||
/* Change to level triggered. */
|
||||
i8259_configure_irq_trigger(pIntAtoD[line - 1],
|
||||
|
|
Loading…
Reference in New Issue