CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2014/11/22 13:09:36
Modified files: sys/arch/amd64/include: hibernate_var.h sys/arch/i386/i386: acpi_wakecode.S sys/arch/i386/include: hibernate_var.h Log message: Previous diff changed the location of the ACPI S3/S4 trampoline, which has a common #defined location for both i386 and amd64. This diff fixes i386 to match. Also fix a tab/space issue in amd64 hibernate_var.h discussed with deraadt