diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-14 11:10:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-14 11:10:27 -0400 |
| commit | a985aabe4d7a720b109c2b63549f8641676a9c88 (patch) | |
| tree | 47484925d172a10eb65bcf5594d1bcd85b9c7032 | |
| parent | 1018cf9b0f27646c37a52a079989dc0552b2451c (diff) | |
| parent | e2df9e0905136eebeca66eb9a994ca48d0fa7990 (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel:
revert "sched: fix fair sleepers"
| -rw-r--r-- | kernel/sched_fair.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c index 86a93376282c..0080968d3e4a 100644 --- a/kernel/sched_fair.c +++ b/kernel/sched_fair.c | |||
| @@ -510,10 +510,8 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) | |||
| 510 | 510 | ||
| 511 | if (!initial) { | 511 | if (!initial) { |
| 512 | /* sleeps upto a single latency don't count. */ | 512 | /* sleeps upto a single latency don't count. */ |
| 513 | if (sched_feat(NEW_FAIR_SLEEPERS)) { | 513 | if (sched_feat(NEW_FAIR_SLEEPERS)) |
| 514 | vruntime -= calc_delta_fair(sysctl_sched_latency, | 514 | vruntime -= sysctl_sched_latency; |
| 515 | &cfs_rq->load); | ||
| 516 | } | ||
| 517 | 515 | ||
| 518 | /* ensure we never gain time by being placed backwards. */ | 516 | /* ensure we never gain time by being placed backwards. */ |
| 519 | vruntime = max_vruntime(se->vruntime, vruntime); | 517 | vruntime = max_vruntime(se->vruntime, vruntime); |
