summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/excreate.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2008-01-12 22:13:12 +0000
committernjl <njl@FreeBSD.org>2008-01-12 22:13:12 +0000
commitcec3f46f5f61173a687aa7e171b0ac680707a164 (patch)
tree0f7802d7790db0973016152a58719d4da3569b85 /sys/contrib/dev/acpica/excreate.c
parentf7e7ed217a2b7448cff8a8a04a276fb8f8be8209 (diff)
downloadFreeBSD-src-cec3f46f5f61173a687aa7e171b0ac680707a164.zip
FreeBSD-src-cec3f46f5f61173a687aa7e171b0ac680707a164.tar.gz
Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal
zone code. The GPE handler method (i.e. _L00) generates various Notify events that need to be run to completion before the GPE is re-enabled. In ACPI-CA, we queue an asynch callback at the same priority as a Notify so that it will only run after all Notify handlers have completed. The callback re-enables the GPE afterwards. We also changed the priority of Notifies to be the same as GPEs, given the possibility that another GPE could arrive before the Notifies have completed and we don't want it to get queued ahead of the rest. The ACPI-CA change was submitted by Alexey Starikovskiy (SUSE) and will appear in a later release. Special thanks to him for helping track this bug down. MFC after: 1 week Tested by: jhb, Yousif Hassan <yousif / alumni.jmu.edu>
Diffstat (limited to 'sys/contrib/dev/acpica/excreate.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud