Date: Sun, 30 Mar 2003 16:32:43 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c Message-ID: <200303310032.h2V0Whm6084944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/03/30 16:32:43 PST FreeBSD src repository Modified files: sys/i386/isa npx.c Log: - In npxsetregs don't set the floating point if td == fpcurthread not if curthread == fpcurthread. This is important when we're saving the fp state for a thread other than curthread as in from set_mcontext. Revision Changes Path 1.138 +1 -1 src/sys/i386/isa/npx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303310032.h2V0Whm6084944>