Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other
authormlarkin <mlarkin@openbsd.org>
Mon, 22 Dec 2014 23:59:43 +0000 (23:59 +0000)
committermlarkin <mlarkin@openbsd.org>
Mon, 22 Dec 2014 23:59:43 +0000 (23:59 +0000)
commit868cdbd27e8a7ce51e7bde432af8c86ff64d986b
tree2fad25fe95bb6b52916539e46fd828848a907877
parente0db1b2460109644752a76a4e1e6b33682ac94ad
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
sys/arch/i386/i386/hibernate_machdep.c
sys/arch/i386/i386/pmap.c
sys/arch/i386/include/hibernate_var.h
sys/arch/i386/include/pmap.h
sys/arch/i386/include/pte.h