mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
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:
parent
902848221f
commit
b0a014fc64
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user