K 10 svn:author V 3 bde K 8 svn:date V 27 2000-03-13T14:47:46.000000Z K 7 svn:log V 328 Disabled the optimization of not doing an invltlb_1pg() when changing pte's from zero. The TLB is supposed to be invalidated when pte's are changed _to_ zero, but this doesn't occur in all cases for global pages (PG_G stops invltlb() from working, and invltlb_1pg() is not used enough). PR: 14141, 16568 Submitted by: dillon END