]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitba58209ee1692fb8744e5638beb52d15d812c376
treef8ec9765f264fecd47449ef933585f03f80254cc
parent61cac5c1022602eab7ae80f10dcf18f8da357342
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