sched: Unthrottle rt runqueues in __disable_runtime()
[pandora-kernel.git] / kernel / sched_rt.c
index d0fff81..2992f93 100644 (file)
@@ -509,6 +509,7 @@ balanced:
                 * runtime - in which case borrowing doesn't make sense.
                 */
                rt_rq->rt_runtime = RUNTIME_INF;
+               rt_rq->rt_throttled = 0;
                raw_spin_unlock(&rt_rq->rt_runtime_lock);
                raw_spin_unlock(&rt_b->rt_runtime_lock);
        }