CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/03 11:45:30
Modified files:
sys/arch/i386/i386: vm_machdep.c
Log message:
Don't call savectx() from cpu_fork(): the registers saved are overwritten
and the PCB_SAVECTX flag would be a lie.
ok kettenis@ mpi@
