Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit "rcu: Create RCU-specific workqueues with rescuers" switched RCU to using local workqueses and removed power efficiency flag from them. This caused a performance regression that can be observed in Geekbench 5 after enabling CONFIG_WQ_POWER_EFFICIENT_DEFAULT: score went down from 760/2500 to 620/2300 (single/multi core respectively). Add WQ_POWER_EFFICIENT flag to avoid this regression. Change-Id: If4975db6c4b8e2e442c6bb0d11900260f424c1ea Signed-off-by: Yaroslav Furman <[email protected]> Signed-off-by: alk3pInjection <[email protected]> Signed-off-by: LibXZR <[email protected]>
- Loading branch information