1
0
Fork 0

Revert parts of "x86: update mptable"

Signed-off-by: Ingo Molnar <mingo@elte.hu>
hifive-unleashed-5.1
Ingo Molnar 2008-07-08 10:47:39 +02:00
parent a4caa18efe
commit c73d8dd859
1 changed files with 0 additions and 5 deletions

View File

@ -570,11 +570,6 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
(triggering == ACPI_LEVEL_SENSITIVE) ? "level" : "edge",
(polarity == ACPI_ACTIVE_LOW) ? "low" : "high", dev->irq);
#ifdef CONFIG_X86
mp_config_acpi_gsi(dev->bus->number, dev->devfn, dev->pin, irq,
triggering, polarity);
#endif
return 0;
}