Commit e53607e
smu: andes: kernel/workqueue: Fix delay wakeup by setting default workqueue scope affinity to NUMA (torvalds#164)
We git bisected and found that the commit 63c5484
("workqueue: Add multiple affinity scopes and interface to select them")
would cause the system to wakeup after, but not as soon as, wakeup event is triggered.
Instead of reverting the commit, changing the default workqueue attribute alone
to NUMA like before could solve this issue.
Fixes: 63c5484 ("workqueue: Add multiple affinity scopes and interface to select them")
Signed-off-by: Leo Yu-Chi Liang <[email protected]>1 parent cf7beaf commit e53607e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
0 commit comments