K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2015-02-20T05:17:24.103836Z K 7 svn:log V 399 Rearrange handling of reference and changed bits from pages leaving the page table either by unset or eviction so that the page table methods don't need to keep any state at all. This is helpful for some hypervisors that do not allow you to read the mapped real address of a given page table entry when removing it. This enables porting the PS3 MMU code to the new framework (compile-tested only). END