CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/21 01:01:38
Modified files:
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/amd64/amd64: hibernate_machdep.c
Log message:
use vaddr_t for kernel va range calculation instead of paddr_t. No binary
change but using paddr_t here wasn't correct - better to clean it up.
