CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/05/15 19:19:27
Modified files: sys/arch/amd64/amd64: acpi_machdep.c acpi_wakecode.S sys/arch/i386/i386: acpi_wakecode.S Log message: Use int3 padding instead of nop in the ACPI resume trampoline, as it is certain no intentional nop sled is required here. ok deraadt@