Jake Burkholder 1982efc5c2 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-10 02:02:54 +00:00
2002-03-23 02:01:27 +00:00
2002-05-25 01:44:08 +00:00
2002-03-24 02:50:53 +00:00
2002-03-25 04:53:18 +00:00
2002-01-08 04:36:53 +00:00
2002-04-09 01:42:19 +00:00
2002-05-15 16:40:25 +00:00
2002-03-21 00:06:55 +00:00
2002-05-14 20:35:29 +00:00
2001-12-29 07:00:30 +00:00
2002-05-08 04:21:58 +00:00
2002-05-10 02:02:54 +00:00
2002-05-10 02:02:54 +00:00