K 10 svn:author V 3 alc K 8 svn:date V 27 2007-03-25T22:01:24.000000Z K 7 svn:log V 300 MFC revision 1.546 Eliminate unnecessary invalidations of the entire TLB by pmap_remove(). Specifically, on mappings with PG_G set pmap_remove() not only performs the necessary per-page invlpg invalidations but also performs an unnecessary invalidation of the entire set of non-PG_G entries. END