|
@@ -2156,7 +2156,6 @@ static int assign_cfs_rq_runtime(struct cfs_rq *cfs_rq)
|
|
static void expire_cfs_rq_runtime(struct cfs_rq *cfs_rq)
|
|
static void expire_cfs_rq_runtime(struct cfs_rq *cfs_rq)
|
|
{
|
|
{
|
|
struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg);
|
|
struct cfs_bandwidth *cfs_b = tg_cfs_bandwidth(cfs_rq->tg);
|
|
- struct rq *rq = rq_of(cfs_rq);
|
|
|
|
|
|
|
|
/* if the deadline is ahead of our clock, nothing to do */
|
|
/* if the deadline is ahead of our clock, nothing to do */
|
|
if (likely((s64)(rq_clock(rq_of(cfs_rq)) - cfs_rq->runtime_expires) < 0))
|
|
if (likely((s64)(rq_clock(rq_of(cfs_rq)) - cfs_rq->runtime_expires) < 0))
|