]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Revert parts of "x86: update mptable"
authorIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 08:47:39 +0000 (10:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 09:08:42 +0000 (11:08 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/acpi/pci_irq.c

index e556f30c7c16016094354d7d01fc5a695af7c6f9..89022a74faeeda9d9ed9b11f431c2e4c4eecb4d7 100644 (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;
 }