CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2015/02/05 22:17:48
Modified files: sys/arch/i386/i386: machdep.c sys/dev/acpi : acpi.c sys/kern : subr_hibernate.c Log message: Fix a hibernate crash on some machines due to unmapping a page that may not have been mapped previously (in the failure to hibernate case). Also ensure that the lowmem ptp is mapped in all cases (not just MP). ok kettenis