Alan Cox 8fece8c367 Two small changes to vm_map_pmap_enter():
1) Eliminate an unnecessary check for fictitious pages.  Specifically,
only device-backed objects contain fictitious pages and the object is
not device-backed.

2) Change the types of "psize" and "tmpidx" to vm_pindex_t in order to
prevent possible wrap around with extremely large maps and objects,
respectively.  Observed by: tegge (last summer)
2007-03-25 19:33:40 +00:00
..
2007-03-21 03:42:51 +00:00
2007-03-22 15:42:13 +00:00
2007-03-25 10:07:23 +00:00
2007-03-22 19:08:39 +00:00
2007-03-24 22:15:02 +00:00
2006-11-28 19:33:28 +00:00
2007-03-10 03:10:34 +00:00
2007-03-24 20:19:44 +00:00