CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/18 15:52:47
Modified files:
sys/arch/riscv64/riscv64: machdep.c
Log message:
When we do a context switch, always set the FPU to "off" for the old proc.
Disable the optimization to mark the new proc "clean" since it causes
random failures in regress. Hopefully we can revisit this soon.
ok drahn@
