Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64655
b: refs/heads/master
c: b77d69d
h: refs/heads/master
i:
  64653: f6b1d0e
  64651: 808941c
  64647: 7f7e69b
  64639: 5ce0438
v: v3
  • Loading branch information
Ingo Molnar committed Aug 28, 2007
1 parent 2f08bab commit fe75b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7109c4429af3640f79a638f177fc5d05b9807149
refs/heads/master: b77d69db9f4ba03b2ed17e383c2d73ca89f5ab14
3 changes: 3 additions & 0 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se)
{
unsigned long delta_fair;

if (unlikely(!se->wait_start_fair))
return;

delta_fair = (unsigned long)min((u64)(2*sysctl_sched_runtime_limit),
(u64)(cfs_rq->fair_clock - se->wait_start_fair));

Expand Down

0 comments on commit fe75b4b

Please sign in to comment.