acpi: kacpi*_wq don't need WQ_MEM_RECLAIM
commit44d2588e1102b4e35022d03b7f124dd6ea013ce8
authorTejun Heo <tj@kernel.org>
Tue, 1 Feb 2011 10:42:42 +0000 (1 11:42 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 1 Feb 2011 10:42:42 +0000 (1 11:42 +0100)
tree4857e50a6a8825a633658d9f8f81d8512a874348
parentd37adaa1596246929f7ab49843fd124595506175
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 <tj@kernel.org>
Cc: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org
drivers/acpi/osl.c