Alan Cox 5f2c46d5ed 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.
2005-08-07 22:00:47 +00:00
..
2004-08-04 18:30:31 +00:00
2004-05-30 20:34:58 +00:00
2005-02-27 22:34:07 +00:00
2005-05-10 12:02:18 +00:00