Loading kernel/sched_fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -483,7 +483,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) if (sched_feat(NEW_FAIR_SLEEPERS)) vruntime -= sysctl_sched_latency; vruntime = max(vruntime, se->vruntime); vruntime = max_t(s64, vruntime, se->vruntime); } se->vruntime = vruntime; Loading Loading
kernel/sched_fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -483,7 +483,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) if (sched_feat(NEW_FAIR_SLEEPERS)) vruntime -= sysctl_sched_latency; vruntime = max(vruntime, se->vruntime); vruntime = max_t(s64, vruntime, se->vruntime); } se->vruntime = vruntime; Loading