Skip to content
  • Tejun Heo's avatar
    acpi: kacpi*_wq don't need WQ_MEM_RECLAIM · 44d2588e
    Tejun Heo authored
    
    
    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: default avatarTejun Heo <tj@kernel.org>
    Cc: Len Brown <lenb@kernel.org>
    Cc: linux-acpi@vger.kernel.org
    44d2588e