Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27224
b: refs/heads/master
c: 5603509
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 20, 2006
1 parent 6a806b4 commit cd68424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1cca0ebbb74298958dae1d1d3e7e9287c98a720c
refs/heads/master: 5603509137940f4cbc577281cee62110d4097b1b
3 changes: 3 additions & 0 deletions trunk/drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,9 @@ static int irqrouter_resume(struct sys_device *dev)

ACPI_FUNCTION_TRACE("irqrouter_resume");

/* Make sure SCI is enabled again (Apple firmware bug?) */
acpi_set_register(ACPI_BITREG_SCI_ENABLE, 1, ACPI_MTX_DO_NOT_LOCK);

acpi_in_resume = 1;
list_for_each(node, &acpi_link.entries) {
link = list_entry(node, struct acpi_pci_link, node);
Expand Down

0 comments on commit cd68424

Please sign in to comment.