upon resume, fpureset() was being called prematurely (before cpu_init,
authorderaadt <deraadt@openbsd.org>
Wed, 7 Jun 2023 04:46:09 +0000 (04:46 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 7 Jun 2023 04:46:09 +0000 (04:46 +0000)
commitf0b3f88179a9cb03873c56fec0c8e0de1aa03d4e
treed95a9e944c81e2b3a039a3f046b0c9291f9ab12c
parenta9630e5b24317a53917fa45a98e81ddf0d77dd5f
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
sys/arch/amd64/amd64/acpi_machdep.c