From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:09 +0000 (+0200) Subject: acpi: use queue_work_on() instead of binding workqueue worker to cpu0 X-Git-Tag: v2.6.36-rc1~506^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fec62b2d9d0c80b594d0d85678bfdf57a70df1b;p=pandora-kernel.git acpi: use queue_work_on() instead of binding workqueue worker to cpu0 ACPI works need to be executed on cpu0 and acpi/osl.c achieves this by creating singlethread workqueue and then binding it to cpu0 from a work which is quite unorthodox. Make it create regular workqueues and use queue_work_on() instead. This is in preparation of concurrency managed workqueue and the extra workers won't be a problem after it's implemented. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed