Module Name: src Committed By: maxv Date: Sat Jun 16 05:52:17 UTC 2018
Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Actually, don't do anything if we switch to a kernel thread. When the cpu switches back to a user thread the fpu is restored, so no point calling fninit (which doesn't clear all the states anyway). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/fpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.