CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2011/07/08 15:00:53
Modified files: sys/sys : hibernate.h sys/kern : subr_hibernate.c Log message: Ensure all pages in pmemrange can be marked as dirty. It'd be a very bad idea to hand out dirty pages as zeroed, just because we came back from hibernate. No callers at the moment, will be called on hibernate resume path.