]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI / PM: acpi_suspend_enter() need not switch interrupts off
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 8 Feb 2011 22:41:47 +0000 (23:41 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 24 Feb 2011 18:58:54 +0000 (19:58 +0100)
commit82911fe1988fadfc9c01673202cbc411aa803244
tree88dc7ed1b7a23fbb02d76f9d22f592362119334d
parentc41b93fb8551148a93d3bba870365e8489317f02
ACPI / PM: acpi_suspend_enter() need not switch interrupts off

The function acpi_suspend_enter() is always called with interrupts
off, so it doesn't need to switch them off and on.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/acpi/sleep.c