CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2025/05/20 22:05:23
Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: hibernate_var.h sys/arch/i386/i386: machdep.c sys/arch/i386/include: hibernate_var.h sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: preallocate hibernate work area during boot Attempt to preallocate the work area needed for hibernate during boot, instead of waiting to do this immediately before hibernate. Fixes some scenarios where a suitably large and correctly aligned region cannot be late-allocated. tested by many ok krw