From: Lv Zheng Date: Wed, 12 Aug 2015 03:12:02 +0000 (+0800) Subject: ACPI / EC: Fix an issue caused by the serialized _Qxx evaluations X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~6^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b771b64b73226052d6e731a0987db3b47281e9;p=pandora-kernel.git 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 Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed