mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
sched/walt/walt_rt: Improve the scheduler
This change is for general scheduler improvemnts Change-Id: I0a0b065ff2d1a563bccdd161dad890fae26f11c3 Signed-off-by: Stephen Dickey <quic_dickey@quicinc.com>
This commit is contained in:
parent
20ec0b66fb
commit
ddd2ea3927
|
|
@ -145,7 +145,7 @@ static void walt_select_task_rq_rt(void *unused, struct task_struct *task, int c
|
|||
struct task_struct *curr;
|
||||
struct rq *rq, *this_cpu_rq;
|
||||
bool may_not_preempt;
|
||||
bool sync = !!(wake_flags && WF_SYNC);
|
||||
bool sync = !!(wake_flags & WF_SYNC);
|
||||
int ret, target = -1, this_cpu;
|
||||
struct cpumask *lowest_mask;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user