--- 13f4c119cd583e35a4f1577d580e5d32a390ccbe +++ 7e2c2d25d3b5ca2898c85fb1d1b5c1eaf7eba592 @@ -127,7 +127,7 @@ static inline int rt_policy(int policy) { - if (unlikely(policy == SCHED_FIFO || policy == SCHED_RR)) + if (policy == SCHED_FIFO || policy == SCHED_RR) return 1; return 0; } @@ -2500,7 +2500,7 @@ ttwu_do_wakeup(struct rq *rq, struct tas if (p->sched_class->task_woken) p->sched_class->task_woken(rq, p); - if (unlikely(rq->idle_stamp)) { + if (rq->idle_stamp) { u64 delta = rq->clock - rq->idle_stamp; u64 max = 2*sysctl_sched_migration_cost;