| commit | 0b7084ac67fb84f0cf2f8bc02d7e0dea8521dd2d | [log] [tgz] |
|---|---|---|
| author | Alexey Starikovskiy <astarikovskiy@suse.de> | Sat Oct 25 21:48:46 2008 +0400 |
| committer | Len Brown <len.brown@intel.com> | Tue Nov 11 18:35:42 2008 -0500 |
| tree | 0a619ac7a700543e6ba69aa5a568e5678ec0603d | |
| parent | a2f93aeadf97e870ff385030633a73e21146815d [diff] |
ACPICA: Use spinlock for acpi_{en|dis}able_gpe
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>