ACPI / PM: acpi_hibernation_enter() need not switch interrupts off
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 8 Feb 2011 22:42:35 +0000 (23:42 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 24 Feb 2011 18:58:55 +0000 (19:58 +0100)
commitaad83b143008e1d406248803550bfbfc600b6398
tree4cd3cac6a00cc18c29a0d730a35240aff3ebeb62
parentf1a2003e22f6b50ea21f7f4b38b38c5ebc9c8017
ACPI / PM: acpi_hibernation_enter() need not switch interrupts off

The function acpi_hibernation_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