diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-08-12 05:12:02 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-08-25 03:19:32 +0200 |
commit | 02b771b64b73226052d6e731a0987db3b47281e9 (patch) | |
tree | 586b46102d49c69206d448e07429859f0a7fd5c2 /Documentation/m68k | |
parent | Linux 4.2-rc8 (diff) | |
download | linux-02b771b64b73226052d6e731a0987db3b47281e9.tar.xz linux-02b771b64b73226052d6e731a0987db3b47281e9.zip |
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>
Diffstat (limited to 'Documentation/m68k')
0 files changed, 0 insertions, 0 deletions