CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/09 23:03:50
Modified files:
sys/arch/amd64/amd64: acpi_wakecode.S
Log message:
acpi_saved_rsp was defined twice. The asm resume code was using the first
definition and the C part of the resume code was using the second. This
manifested itself as mysterious reboot and stack corruption problems on
resume.
ok deraadt@
