CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/21 04:24:01
Modified files:
sys/sys : proc.h sched.h
sys/kern : kern_fork.c
Log message:
Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook().
While here reorder some fields in 'struct proc' to avoid size grow.
ok bluhm@, visa@
