Make sure we call acpi_resume_cpu() with the right ACPI state. This was
authorkettenis <kettenis@openbsd.org>
Mon, 14 Feb 2022 23:42:37 +0000 (23:42 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 14 Feb 2022 23:42:37 +0000 (23:42 +0000)
commitdcd4997abbd5bde0a42304c33b5cc655226bdab3
tree13cd6555ac81661c4fde72a3369bbea33a5f31a2
parentfc5790bacc0b4f692632b946fb6d6efdef771681
Make sure we call acpi_resume_cpu() with the right ACPI state.  This was
accidentally broken with the reorganization of the suspend/resume code that
was committed a few days ago.

ok deraadt@
sys/dev/acpi/acpi_x86.c