|
@@ -655,6 +655,7 @@ static int sched_rt_runtime_exceeded(struct rt_rq *rt_rq)
|
|
|
|
|
|
if (rt_rq->rt_time > runtime) {
|
|
if (rt_rq->rt_time > runtime) {
|
|
rt_rq->rt_throttled = 1;
|
|
rt_rq->rt_throttled = 1;
|
|
|
|
+ printk_once(KERN_WARNING "sched: RT throttling activated\n");
|
|
if (rt_rq_throttled(rt_rq)) {
|
|
if (rt_rq_throttled(rt_rq)) {
|
|
sched_rt_rq_dequeue(rt_rq);
|
|
sched_rt_rq_dequeue(rt_rq);
|
|
return 1;
|
|
return 1;
|