Revert ACPI interrupt resume changes
authorLinus Torvalds <torvalds@evo.osdl.org>
Mon, 1 Aug 2005 19:37:54 +0000 (12:37 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 1 Aug 2005 19:37:54 +0000 (12:37 -0700)
If there are devices that use interrupts over a suspend event, ACPI must
restore the PCI interrupt links on resume.  Anything else breaks any
device that hasn't been converted to the new (dubious) PM rules.

Drivers that need the irq free/re-aquire sequence can be done one by one
independently of this one.


No differences found