sched: remove __update_rq_clock() call from entity_tick()
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:51 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:51 +0000 (11:16 +0200)
commitd9e0e6aa6d72df21ff190962c842e027fca0e009
treef8ec9765f264fecd47449ef933585f03f80254cc
parent546fe3c909b0a4235c7237c210da483eaaac1edc
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>
kernel/sched_fair.c