CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2022/09/02 03:02:37
Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/amd64/conf: ld.script sys/kern : subr_hibernate.c Log message: Get the retguard region's phys address from pmap, instead of using linker script symbols. This is needed since we don't have those symbols on all archs where we want hibernate. ok kettenis, and input and help from miod.