mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
sched/walt_cfs: temporarily disable MVP feature
It is causing rb_tree corruption - disable it for now. Change-Id: I4bf8b47fd9ed0edf11a81706cbb2c0de5b817eb1 Signed-off-by: Abhijeet Dharmapurikar <quic_adharmap@quicinc.com>
This commit is contained in:
parent
87952a7cb1
commit
97dc7487c4
|
|
@ -1004,6 +1004,7 @@ static void binder_restore_priority_hook(void *data,
|
|||
*/
|
||||
static inline int walt_get_mvp_task_prio(struct task_struct *p)
|
||||
{
|
||||
#if 0
|
||||
if (per_task_boost(p) == TASK_BOOST_STRICT_MAX)
|
||||
return WALT_TASK_BOOST_MVP;
|
||||
|
||||
|
|
@ -1013,7 +1014,7 @@ static inline int walt_get_mvp_task_prio(struct task_struct *p)
|
|||
if (task_rtg_high_prio(p) || walt_procfs_low_latency_task(p) ||
|
||||
walt_pipeline_low_latency_task(p))
|
||||
return WALT_RTG_MVP;
|
||||
|
||||
#endif
|
||||
return WALT_NOT_MVP;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user