CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/06 12:28:29
Modified files:
sys/arch/i386/conf: ld.script
sys/arch/i386/i386: hibernate_machdep.c
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@
