From: David Shaohua Li Date: Fri, 18 Mar 2005 21:30:29 +0000 (-0500) Subject: [ACPI] S3 Suspend to RAM: interrupt resume fix X-Git-Tag: v2.6.13-rc3~10^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362b06bb70b5a5779b2e852e0f2bdb437061106e;p=pandora-kernel.git [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 Signed-off-by: Len Brown --- Reading git-diff-tree failed