Date: Sat, 18 Oct 2003 17:57:11 -0700 (PDT) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Message-ID: <200310190057.h9J0vBOF073384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/10/18 17:57:11 PDT FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Use npxdrop in cpu_thread_exit to save some cycles. Clear FPU pcb flags for new upcall thread, these flags needn't be inherited, the new thread should start from clean FPU status. Revision Changes Path 1.216 +3 -1 src/sys/i386/i386/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310190057.h9J0vBOF073384>