CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/06 12:27:40
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/amd64/conf: ld.script
Log message:
arm64 hibernate:
Move the HIBERNATE_HIBALLOC_PAGE mapping in to own functions since on
arm64 HIBERNATE_HIBALLOC_PAGE is a HIGH VA mapped by UVM at boot, and
gets a no-op. Plus adding hibernate data memory region.
ok kettenis@, deraadt@
