ion: use unbounded wq for prefetch work
prefetch work takes long time to complete and hence is not recommended to
use system_wq which is CPU_BOUND. Instead use system_unbounded_wq to allow
cpus to service ipi while prefetch work is ongoing.
Change-Id: I358f1206b0269a33a4701fbdc66b9659a4c8049e
Signed-off-by:
Prakash Gupta <guptap@codeaurora.org>
Loading
Please register or sign in to comment