mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
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>
This commit is contained in:
parent
7bfd048587
commit
8e717b194c
1 changed files with 9 additions and 10 deletions
Loading…
Add table
Add a link
Reference in a new issue