From: Henrique de Moraes Holschuh Date: Sat, 26 Apr 2008 04:02:28 +0000 (-0300) Subject: ACPI: thinkpad-acpi: use a private workqueue X-Git-Tag: v2.6.26-rc1~101^2~1^12~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e3c0615abdb1c3e28356595f7be87627288d5b;p=pandora-kernel.git ACPI: thinkpad-acpi: use a private workqueue Switch all task workers to a private thinkpad-acpi workqueue. This way, we don't risk causing trouble for other tasks scheduled to the default work queue, as our workers end up needing to access the ACPI EC, run ACPI AML code, trigger SMI traps... and none of those are exactly known to be fast, simple operations. Signed-off-by: Henrique de Moraes Holschuh Signed-off-by: Len Brown --- Reading git-diff-tree failed