|
@@ -738,7 +738,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
|
|
vruntime += sched_vslice(cfs_rq, se);
|
|
vruntime += sched_vslice(cfs_rq, se);
|
|
|
|
|
|
/* sleeps up to a single latency don't count. */
|
|
/* sleeps up to a single latency don't count. */
|
|
- if (!initial && sched_feat(FAIR_SLEEPERS)) {
|
|
|
|
|
|
+ if (!initial) {
|
|
unsigned long thresh = sysctl_sched_latency;
|
|
unsigned long thresh = sysctl_sched_latency;
|
|
|
|
|
|
/*
|
|
/*
|