K 10 svn:author V 3 alc K 8 svn:date V 27 2019-06-23T21:06:56.148695Z K 7 svn:log V 324 pmap_enter_quick_locked() never replaces a valid mapping, so it need not perform a TLB invalidation. A barrier suffices. (See r343876.) Add a comment to pmap_enter_quick_locked() in order to highlight the fact that it does not replace valid mappings. Correct a typo in one of pmap_enter()'s comments. MFC after: 1 week END