Page map interface and munmap changes The PM interface was slimmed a bit. We still will need to change the usages of pm_put_page for mmap a little. munmap is a bit more efficient, and the VMRs are explicitly unmapped. We'll need to do this instead of just blindly decreffing an entire address space, since we need to handle PM pages differently.