]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / EC: Fix an issue caused by the serialized _Qxx evaluations
authorLv Zheng <lv.zheng@intel.com>
Wed, 12 Aug 2015 03:12:02 +0000 (11:12 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 25 Aug 2015 01:19:32 +0000 (03:19 +0200)
commitd028df4546339266f101ba2a68fbc641fa759bbd
tree586b46102d49c69206d448e07429859f0a7fd5c2
parent47aaaed9f8e3a71506f097f8a19e6074179306bc
ACPI / EC: Fix an issue caused by the serialized _Qxx evaluations

It is proven that Windows evaluates _Qxx handlers in a parallel way. This
patch follows this fact, splits _Qxx evaluations from the NOTIFY queue to
form a separate queue, so that _Qxx evaluations can be queued up on
different CPUs rather than being queued up on a CPU0 bound queue.
Event handling related callbacks are also renamed and sorted in this patch.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=94411
Reported-and-tested-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c