K 10 svn:author V 3 alc K 8 svn:date V 27 2005-08-07T22:00:47.000000Z K 7 svn:log V 354 When support for 2MB/4MB pages was added in revision 1.148 an error was made in pmap_protect(): The pmap's resident count should not be reduced unless mappings are removed. The errant change to the pmap's resident count could result in a later pmap_remove() failing to remove any mappings if the errant change has set the pmap's resident count to zero. END