[ACPI] S3 Suspend to RAM: interrupt resume fix
authorDavid Shaohua Li <shaohua.li@intel.com>
Fri, 18 Mar 2005 21:30:29 +0000 (16:30 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 12 Jul 2005 03:22:52 +0000 (23:22 -0400)
commit362b06bb70b5a5779b2e852e0f2bdb437061106e
tree67544336a5fbef1207f564e8d619ce7fb4b11f5f
parent5ae947ecc9c1c23834201e5321684a5cb68bdd3f
[ACPI] S3 Suspend to RAM: interrupt resume fix

Delete PCI Interrupt Link Device .resume method --
it is the device driver's job to request interrupts,
not the Link's job to remember what the devices want.

This addresses the issue of attempting to run
the ACPI interpreter too early in resume, when
interrupts are still disabled.

http://bugzilla.kernel.org/show_bug.cgi?id=3469

Signed-off-by: David Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_link.c