ACPI / ACPICA: Disable GPEs during initialization
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 26 Dec 2010 11:47:06 +0000 (12:47 +0100)
committerLen Brown <len.brown@intel.com>
Sun, 26 Dec 2010 22:02:55 +0000 (17:02 -0500)
GPEs with corresponding _Lxx/_Exx control methods need to be disabled
during initialization in case they have been enabled by the BIOS, so
that they don't fire up until they are enabled by acpi_update_gpes().

References: https://bugzilla.kernel.org/show_bug.cgi?id=25412
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found