K 10 svn:author V 3 alc K 8 svn:date V 27 1999-03-21T23:37:00.000000Z K 7 svn:log V 337 Two changes: Remove more (redundant) map timestamp increments from properly synchronized routines. (Changed: vm_map_entry_link, vm_map_entry_unlink, and vm_map_pageable.) Micro-optimize vm_map_entry_link and vm_map_entry_unlink, eliminating unnecessary dereferences. At the same time, converted them from macros to inline functions. END