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