commit | 362b06bb70b5a5779b2e852e0f2bdb437061106e | [log] [tgz] |
---|---|---|
author | David Shaohua Li <shaohua.li@intel.com> | Fri Mar 18 16:30:29 2005 -0500 |
committer | Len Brown <len.brown@intel.com> | Mon Jul 11 23:22:52 2005 -0400 |
tree | 67544336a5fbef1207f564e8d619ce7fb4b11f5f | |
parent | 5ae947ecc9c1c23834201e5321684a5cb68bdd3f [diff] |
[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>