ACPI / sleep: Drain outstanding events after disabling multiple GPEs
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Dec 2014 22:51:13 +0000 (23:51 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Dec 2014 22:51:13 +0000 (23:51 +0100)
commitc52fa70c79acbb1d4868fee244a638d6ee6f5aab
tree9e67a8220b3eec6a1fae5c2145475dea7fb4f42b
parent331dfcf830a424dacbe11f0543ebf6097ae89964
ACPI / sleep: Drain outstanding events after disabling multiple GPEs

After multiple GPEs have been disabled at the low level in one go,
like when acpi_disable_all_gpes() is called, we should always drain
all of the outstanding events from them, or interesting races become
possible.

For this reason, call acpi_os_wait_events_complete() after
acpi_enable_all_wakeup_gpes() and acpi_disable_all_gpes() in
acpi_freeze_prepare() and acpi_power_off_prepare(), respectively.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c