mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
Revert "sched/walt_cfs: temporarily disable MVP feature"
This reverts commit 89fc117b538f9687ace7b399e12934cdfe601d66. WALT was missing set_next_entity() calls on mvp task hierarchy. Now that is addressed, let us revert the disabling of mvp feature. Change-Id: I50763e354fb1b885c3186078fa6db499b4a975e1 Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
parent
690109d81e
commit
4d68dcf27d
|
|
@ -1020,7 +1020,6 @@ 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;
|
||||
|
||||
|
|
@ -1030,7 +1029,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