diff options
| -rw-r--r-- | kernel/sched_fair.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c index eb7ca49c3260..e62d5b9b1582 100644 --- a/kernel/sched_fair.c +++ b/kernel/sched_fair.c | |||
| @@ -665,11 +665,8 @@ static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) | |||
| 665 | 665 | ||
| 666 | static void entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) | 666 | static void entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) |
| 667 | { | 667 | { |
| 668 | struct rq *rq = rq_of(cfs_rq); | ||
| 669 | struct sched_entity *next; | 668 | struct sched_entity *next; |
| 670 | 669 | ||
| 671 | __update_rq_clock(rq); | ||
| 672 | |||
| 673 | /* | 670 | /* |
| 674 | * Dequeue and enqueue the task to update its | 671 | * Dequeue and enqueue the task to update its |
| 675 | * position within the tree: | 672 | * position within the tree: |
