CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2014/12/22 16:59:43
Modified files: sys/arch/i386/i386: hibernate_machdep.c pmap.c sys/arch/i386/include: hibernate_var.h pmap.h pte.h Log message: Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other user of these was hibernate, which now gets its own PD_MASK (since the resume time PD_MASK is essentially disjoint from the runtime PD_MASK). No functional change, just moving the deck chairs around in preparation for an upcoming change. ok deraadt