CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/10 10:23:32
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
Log message:
Apparently we shouldn't touch the RTC immediately after restarting the
i8254 clock either when coming out of S3 suspend. So move the code
that checks whether the RTC alarm went off and clears it all the way to
the end of acpi_cpu_resume. This fixes a lockup seen on the x220.
Figured out by mlarkin@ who write the initial diff; I just tweaked it.
ok mlarkin@, deraadt@