Date: Wed, 7 May 1997 13:19:19 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Message-ID: <199705072019.NAA19321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 97/05/07 13:19:19 Modified: sys/i386/i386 vm_machdep.c Log: clean up forked child creation. This is simplified also by having md_regs being struct trapframe *. Do a npxsave() if needed and copy the pcb rather than use the increasingly defunct savectx(). Copy %edi and %ebp explicitly. Submitted by: bde XXX npxproc could be declared in npx.h so the externs with smp fruit are not needed. Revision Changes Path 1.80 +36 -17 src/sys/i386/i386/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705072019.NAA19321>