K 10 svn:author V 4 jkim K 8 svn:date V 27 2010-11-16T22:44:58.332048Z K 7 svn:log V 275 Invalidate TLBs explicitly. r1.4 of sys/i386/i386/i686_mem.c removed this code but probably it only worked by chance because modifying CR4.PGE bit causes invlidation of entire TLBs. Since these are very rare events, this micro-optimization seems useless. Reviewed by: jhb END