K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-07-24T07:13:07.000000Z K 7 svn:log V 315 Simplify the implementation of pmap_emulate_reference(). The new version simply manipulates the pte which faulted instead of traversing the mapping list for that page. This makes it possible to complete the trap without needing locks and incidentally improves the accuracy of some statistics used by the VM system. END