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.
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