Browse Source

Revert parts of "x86: update mptable"

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 years ago
parent
commit
c73d8dd859
1 changed files with 0 additions and 5 deletions
  1. 0 5
      drivers/acpi/pci_irq.c

+ 0 - 5
drivers/acpi/pci_irq.c

@@ -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;
 }