mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
sched: Improve the scheduler
This change is for general scheduler improvement. Change-Id: I6ba6408bd9934bde681452280c3be56cd8bc96e8 Signed-off-by: Shaleen Agrawal <shalagra@codeaurora.org>
This commit is contained in:
parent
71f74b8b42
commit
a97a7d3514
|
|
@ -988,9 +988,8 @@ static void binder_restore_priority_hook(void *data,
|
|||
if (unlikely(walt_disabled))
|
||||
return;
|
||||
|
||||
if (wts->boost == TASK_BOOST_STRICT_MAX)
|
||||
if (bndrtrans && wts->boost == TASK_BOOST_STRICT_MAX)
|
||||
wts->boost = bndrtrans->android_vendor_data1;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user