ACPICA: Use spinlock for acpi_{en|dis}able_gpe
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Sat, 25 Oct 2008 17:48:46 +0000 (21:48 +0400)
committerLen Brown <len.brown@intel.com>
Tue, 11 Nov 2008 23:35:42 +0000 (18:35 -0500)
Disabling gpe might interfere with gpe detection/handling,
thus producing "interrupt not handled" errors.
Ironically, disabling of GPE from interrupt context is already
under spinlock, so only userspace needs to start using it.

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found