CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2014/07/09 08:35:24
Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c Log message: Fixes a resume time page table issue on amd64 if the piglet was located above 1GB physical (caused by using an incorrect page size mask) Also removes some unneeded low memory mappings on both amd64 and i386 (this is a cosmetic fix but makes things easier to debug).