]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use npxdrop in cpu_thread_exit to save some cycles.
authordavidxu <davidxu@FreeBSD.org>
Sun, 19 Oct 2003 00:57:10 +0000 (00:57 +0000)
committerdavidxu <davidxu@FreeBSD.org>
Sun, 19 Oct 2003 00:57:10 +0000 (00:57 +0000)
commitf2c5a17d7999fce4ce1a532cffc4d2c10ee0b97f
tree998d430acb61e5dbf60d91446491f8468529e52a
parentb767de36df1b4c64c0594d55a1fed8878b1e820b
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.
sys/i386/i386/vm_machdep.c