K 10 svn:author V 3 alc K 8 svn:date V 27 2004-10-08T08:23:43.000000Z K 7 svn:log V 304 Make pte_load_store() an atomic operation in all cases, not just i386 PAE. Restructure pmap_enter() to prevent the loss of a page modified (PG_M) bit in a race between processors. (This restructuring assumes the newly atomic pte_load_store() for correct operation.) Reviewed by: tegge@ PR: i386/61852 END