CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/29 02:00:24
Modified files:
sys/kern : subr_hibernate.c
Log message:
Read MAXPHYS bytes at a time in the hibernate image read, instead of
PAGE_SIZE bytes. Completes the MAXPHYS optimizations in the read path.
with input from guenther@ who suggested a version that was a little easier
to understand. Tested on i386 and amd64.
