Skip to content
Commit 6b463644 authored by Prakash Gupta's avatar Prakash Gupta Committed by Your Name
Browse files

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: default avatarPrakash Gupta <guptap@codeaurora.org>
Signed-off-by: default avatarAshok Kundurthi <askund@codeaurora.org>
Signed-off-by: default avatarPark Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: default avatarLau <laststandrighthere@gmail.com>
parent fa322a33
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment