mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
After a dedicated grace-period workqueue was added to RCU in order to benefit from rescuer threads, the relevant workers were moved to the new workqueue away from system_power_efficient_wq. The old workqueue was unbound, which is desirable for performance reasons. Making the workers bound measurably regressed performance, so make them unbound again. Change-Id: Ice04296b2c519fb74c7cc35213775a374ee51dd4 Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>