Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269177
b: refs/heads/master
c: 1c83437
h: refs/heads/master
i:
  269175: 3d13668
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Oct 6, 2011
1 parent fb729ac commit 39a7139
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4939602a2441306008c6dca38216b741d4e09a42
refs/heads/master: 1c83437e80186832a9a48dbb6b8868d28e40e562
1 change: 1 addition & 0 deletions trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ static int sched_rt_runtime_exceeded(struct rt_rq *rt_rq)

if (rt_rq->rt_time > runtime) {
rt_rq->rt_throttled = 1;
printk_once(KERN_WARNING "sched: RT throttling activated\n");
if (rt_rq_throttled(rt_rq)) {
sched_rt_rq_dequeue(rt_rq);
return 1;
Expand Down

0 comments on commit 39a7139

Please sign in to comment.