Make sure to re-enable SCI after an ACPI suspend
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:05:09 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:05:09 +0000 (18:05 -0700)
commit5603509137940f4cbc577281cee62110d4097b1b
treedef89e77479baa644160ffa1467b1ead0ac88e2f
parent1cca0ebbb74298958dae1d1d3e7e9287c98a720c
Make sure to re-enable SCI after an ACPI suspend

According to the ACPI spec, it should be enabled on return from suspend,
but bugs happen.  Apparently especially on the Apple Intel Macs.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/acpi/pci_link.c