jake 580d1a81b5 Merge the code in pv.c into pmap.c directly. Place all page mappings onto
the pv lists in the vm_page, even unmanaged kernel mappings.  This is so
that the virtual cachability of these mappings can be tracked when a page
is mapped to more than one virtual address.  All virtually cachable
mappings of a physical page must have the same virtual colour, or illegal
alises can be created in the data cache.  This is a bit tricky because we
still have to recognize managed and unmanaged mappings, even though they
are all on the pv lists.
2002-05-29 06:08:45 +00:00
..
2002-05-16 21:28:32 +00:00
2002-05-24 07:26:17 +00:00
2002-05-24 00:44:44 +00:00
2002-05-24 17:38:01 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-20 05:41:09 +00:00
2002-05-24 05:40:51 +00:00
2002-03-20 10:12:07 +00:00
2002-05-14 12:31:47 +00:00
2002-05-27 22:10:28 +00:00