commit | 916671c08b7808aebec87cc56c85788e665b3c6b | [log] [tgz] |
---|---|---|
author | Mike Galbraith <mgalbraith@suse.de> | Tue Nov 22 15:21:26 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 06 09:06:24 2011 +0100 |
tree | b3cd42d8fc5ba64f3ee0bff332278758c656141c | |
parent | 76854c7e8f3f4172fef091e78d88b3b751463ac6 [diff] |
sched: Set skip_clock_update in yield_task_fair() 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>