summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device/pci_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index d18b2f110b..36346603cf 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -1635,11 +1635,9 @@ void pci_assign_irqs(struct device *dev, const unsigned char pIntAtoD[4])
pci_write_config8(dev, PCI_INTERRUPT_LINE, pIntAtoD[line - 1]);
-#if CONFIG(PC80_SYSTEM)
/* Change to level triggered. */
i8259_configure_irq_trigger(pIntAtoD[line - 1],
IRQ_LEVEL_TRIGGERED);
-#endif
}
}