diff --git a/kernel/sched/walt/walt.h b/kernel/sched/walt/walt.h index 57f2affa53bc..861ea775ddf2 100644 --- a/kernel/sched/walt/walt.h +++ b/kernel/sched/walt/walt.h @@ -868,7 +868,6 @@ static inline bool walt_fair_task(struct task_struct *p) return p->prio >= MAX_RT_PRIO && !is_idle_task(p); } - #define WALT_MVP_SLICE 3000000U #define WALT_MVP_LIMIT (4 * WALT_MVP_SLICE) diff --git a/kernel/sched/walt/walt_cfs.c b/kernel/sched/walt/walt_cfs.c index 103fe55fbd92..ae996ed8fccc 100644 --- a/kernel/sched/walt/walt_cfs.c +++ b/kernel/sched/walt/walt_cfs.c @@ -742,6 +742,7 @@ static void binder_restore_priority_hook(void *data, wts->boost = bndrtrans->android_vendor_data1; } + /* * Higher prio mvp can preempt lower prio mvp. *