CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/08/12 12:07:35
Modified files: sys/arch/arm64/arm64: vm_machdep.c Log message: Clear pcb_fpcpu of the child upon fork. Not clearing it is probably not a critical issue as the pointer back to the proc in the struct cpu_info won't match, but it is better to avoid dangling pointers like this. ok patrick@, drahn@