created | 2023-06-10T19:17:56Z |
---|---|
begin | 2023-06-07T00:00:00Z |
end | 2023-06-08T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2023-06-07T04:46:09Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/amd64/acpi_machdep.c | log | diff | annotate |
message |
upon resume, fpureset() was being called prematurely (before cpu_init, which does not matter today, but will matter a lot in near future). But actually it isn't needed at all, cpu_init() does it again. So remove the call. ok guenther |