K 10 svn:author V 3 alc K 8 svn:date V 27 2007-03-27T08:24:47.000000Z K 7 svn:log V 515 MFC revision 1.535 (in part) Change the format strings in many of the assertions that were recently converted from PMAP_DIAGNOSTIC printf()s so that they are compatible with PAE. Avoid unnecessary differences between the amd64 and i386 format strings. MFC revision 1.549 Retire pmap_track_modified(). We no longer need it because we do not create managed mappings within the clean submap. To prevent regressions, add assertions blocking the creation of managed mappings within the clean submap. END