Re: kill scheduler_fork_hook()

2019-10-16 Thread Alexander Bluhm
On Tue, Oct 15, 2019 at 05:19:15PM +0200, Martin Pieuchot wrote: > The only raison d'etre of scheduler_fork_hook() is because `p_estcpu' is > not at the right place in "struct proc". Diff below fixes that. I > reordered the fields to not have implicit padding increase the size of > the structure.

kill scheduler_fork_hook()

2019-10-15 Thread Martin Pieuchot
The only raison d'etre of scheduler_fork_hook() is because `p_estcpu' is not at the right place in "struct proc". Diff below fixes that. I reordered the fields to not have implicit padding increase the size of the structure. ok? Index: sys/proc.h