K 10 svn:author V 3 alc K 8 svn:date V 27 2006-03-21T18:07:42.000000Z K 7 svn:log V 293 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. Reviewed by: tegge END