]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite1ddb4b0f124665858f19116efb5a3a8e1b735df
tree67544336a5fbef1207f564e8d619ce7fb4b11f5f
parente465765428464945dcc0380c767119703d5c37d4
[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