sched: Set skip_clock_update in yield_task_fair()
authorMike Galbraith <mgalbraith@suse.de>
Tue, 22 Nov 2011 14:21:26 +0000 (15:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Dec 2011 08:06:24 +0000 (09:06 +0100)
This is another case where we are on our way to schedule(),
so can save a useless clock update and resulting microscopic
vruntime update.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1321971686.6855.18.camel@marge.simson.net
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found