Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121345
b: refs/heads/master
c: 34f28ec
h: refs/heads/master
i:
  121343: 57a60d0
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Dec 16, 2008
1 parent 6ca34c2 commit 475c3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03e89e4574a680af15f59329b061f35d9813aff4
refs/heads/master: 34f28ecd0f4bdc733c681294d02d9fab5880591b
2 changes: 2 additions & 0 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ static void update_curr(struct cfs_rq *cfs_rq)
* overflow on 32 bits):
*/
delta_exec = (unsigned long)(now - curr->exec_start);
if (!delta_exec)
return;

__update_curr(cfs_rq, curr, delta_exec);
curr->exec_start = now;
Expand Down

0 comments on commit 475c3ba

Please sign in to comment.