From: Tejun Heo Date: Tue, 1 Feb 2011 10:42:42 +0000 (+0100) Subject: acpi: kacpi*_wq don't need WQ_MEM_RECLAIM X-Git-Tag: v2.6.39-rc1~492^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d2588e1102b4e35022d03b7f124dd6ea013ce8;p=pandora-kernel.git acpi: kacpi*_wq don't need WQ_MEM_RECLAIM ACPI workqueues aren't used during memory reclaming. Use alloc_workqueue() to create workqueues w/o rescuers. If the purpose of the separation between kacpid_wq and kacpi_notify_wq was to give notifications better response time, kacpi_notify_wq can be dropped and kacpi_wq can be created with higher @max_active. Signed-off-by: Tejun Heo Cc: Len Brown Cc: linux-acpi@vger.kernel.org --- Reading git-diff-tree failed