mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
sched: remove sched_exit()
remove sched_exit(): the elaborate dance of us trying to recover timeslices given to child tasks never really worked. CFS does not need it either. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c65cc87052
commit
f64f61145a
2 changed files with 0 additions and 32 deletions
|
@ -182,7 +182,6 @@ repeat:
|
|||
zap_leader = (leader->exit_signal == -1);
|
||||
}
|
||||
|
||||
sched_exit(p);
|
||||
write_unlock_irq(&tasklist_lock);
|
||||
proc_flush_task(p);
|
||||
release_thread(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue