diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-08-09 05:16:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-08-09 05:16:51 -0400 |
commit | d9e0e6aa6d72df21ff190962c842e027fca0e009 (patch) | |
tree | f8ec9765f264fecd47449ef933585f03f80254cc /kernel | |
parent | 546fe3c909b0a4235c7237c210da483eaaac1edc (diff) |
sched: remove __update_rq_clock() call from entity_tick()
remove __update_rq_clock() call from entity_tick().
no change in functionality because scheduler_tick() already calls
__update_rq_clock().
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-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: |