diff --git a/kernel/sched/android.h b/kernel/sched/android.h index 2acd84cd742b..5fe6bb772368 100644 --- a/kernel/sched/android.h +++ b/kernel/sched/android.h @@ -15,3 +15,13 @@ static inline bool task_may_not_preempt(struct task_struct *task, int cpu) { return false; } + +static inline bool uclamp_boosted(struct task_struct *p) +{ + return false; +} + +static inline bool uclamp_latency_sensitive(struct task_struct *p) +{ + return false; +}