created | 2021-06-20T20:22:01Z |
---|---|
begin | 2021-06-18T21:05:16Z |
end | 2021-06-18T21:52:47Z |
path | src/sys |
commits | 1 |
date | 2021-06-18T21:52:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/riscv64/machdep.c | log | diff | annotate |
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@ |