commit | 8e717b194ce3f3ac9e6acc63f66fe274cdf9cde1 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:46 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:46 2007 +0200 |
tree | 8fee6962d5d148dbfd013eb0111cc015da2b3067 | |
parent | 7bfd0485871df01764ca89d5679f128d870aef1a [diff] |
sched: schedule() speedup speed up schedule(): share the 'now' parameter that deactivate_task() was calculating internally. ( this also fixes the small accounting window between the deactivate call and the pick_next_task() call. ) Signed-off-by: Ingo Molnar <mingo@elte.hu>