mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
cpuquiet: balanced: WQ_RESCUER has been removed
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
This commit is contained in:
committed by
Huang, Tao
parent
b84a489e75
commit
853a480588
@@ -501,7 +501,7 @@ static int balanced_start(void)
|
||||
return err;
|
||||
|
||||
balanced_wq = alloc_workqueue("cpuquiet-balanced",
|
||||
WQ_UNBOUND | WQ_RESCUER | WQ_FREEZABLE, 1);
|
||||
WQ_UNBOUND | WQ_FREEZABLE, 1);
|
||||
if (!balanced_wq)
|
||||
return -ENOMEM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user