Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99776
b: refs/heads/master
c: c73d8dd
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 8, 2008
1 parent 8526bb5 commit 99ceb62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4caa18efe468acb3522e30763de57a67b3e438b
refs/heads/master: c73d8dd8595c4c6c1c016bb1ac4dd8035e67975b
5 changes: 0 additions & 5 deletions trunk/drivers/acpi/pci_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 99ceb62

Please sign in to comment.