kernel/sched/walt: remove unused walt error type

Remove WALT_NONCRITICAL as it hasn't been useful.

Change-Id: Ia28005c5f980fcb598226b3aae4b21efeac1b526
Signed-off-by: Stephen Dickey <quic_dickey@quicinc.com>
This commit is contained in:
Stephen Dickey 2022-09-20 14:59:40 -07:00 committed by Sai Harshini Nimmala
parent 902848221f
commit b0a014fc64
2 changed files with 0 additions and 6 deletions

View File

@ -4169,11 +4169,6 @@ static void android_rvh_enqueue_task(void *unused, struct rq *rq, struct task_st
double_enqueue = true;
}
if (cpu_halted(cpu_of(rq)) && !(p->flags & PF_KTHREAD) && !walt_halt_check_last(cpu_of(rq)))
WALT_BUG(WALT_BUG_NONCRITICAL, p,
"Non Kthread Started on halted cpu_of(rq)=%d comm=%s(%d) affinity=0x%x\n",
cpu_of(rq), p->comm, p->pid, (*(cpumask_bits(p->cpus_ptr))));
wallclock = walt_rq_clock(rq);
if (wts->enqueue_after_migration != 0) {
wallclock = walt_sched_clock();

View File

@ -1075,7 +1075,6 @@ extern void walt_cfs_deactivate_mvp_task(struct rq *rq, struct task_struct *p);
enum WALT_DEBUG_FEAT {
WALT_BUG_UPSTREAM,
WALT_BUG_WALT,
WALT_BUG_NONCRITICAL,
WALT_BUG_UNUSED,
/* maximum 4 entries allowed */