commit | 62b0124761b9c2e304ee07dcf4db46c4a3dfec11 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Sat Apr 18 13:45:13 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Jun 12 21:32:29 2009 +0200 |
tree | 81f27bb0e7eb92cd2d14a3ae3088ef3fa90a3cc2 | |
parent | ce4b3c55475e451cb489e857640396c37ca88974 [diff] |
PM: Warn if interrupts are enabled during suspend-resume of sysdevs Sysdevs have to be suspended and resumed with interrupts disabled and things usually break in a way that's difficult to debug if one of sysdev drivers enables interrupts by mistake during suspend or resume. Add extra checks that will generate warnings in such cases. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>