Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277385
b: refs/heads/master
c: 5b680fd
h: refs/heads/master
i:
  277383: 8b680d3
v: v3
  • Loading branch information
Shan Hai authored and Ingo Molnar committed Dec 6, 2011
1 parent ba8a581 commit 37383a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d78a2239e393f09e0964a2f8da394cc91d75155
refs/heads/master: 5b680fd61388abb9059fbc8e7a2f60f602bfce15
2 changes: 1 addition & 1 deletion trunk/kernel/sched/rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ static int sched_rt_runtime_exceeded(struct rt_rq *rt_rq)
if (rt_rq->rt_throttled)
return rt_rq_throttled(rt_rq);

if (sched_rt_runtime(rt_rq) >= sched_rt_period(rt_rq))
if (runtime >= sched_rt_period(rt_rq))
return 0;

balance_runtime(rt_rq);
Expand Down

0 comments on commit 37383a3

Please sign in to comment.