Module Name: src Committed By: maxv Date: Wed May 23 10:00:27 UTC 2018
Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Clarify and extend the fix for the AMD FPU leaks. We were clearing the x87 state only on FXRSTOR, but the same problem exists on XRSTOR, so clear the state there too. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 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.