Alan Cox 12d7cc840f o Add vm_map_wire() for wiring contiguous regions of either kernel
or user vm_maps.  This implementation has two key benefits when compared
   to vm_map_{user_,}pageable(): (1) it avoids a race condition through
   the use of "in-transition" vm_map entries and (2) it eliminates lock
   recursion on the vm_map.

Note: there is still an error case that requires clean up.

Reviewed by:	tegge
2002-06-09 20:25:18 +00:00
..
2002-04-29 07:43:16 +00:00
2002-05-29 08:25:13 +00:00
2002-05-22 01:01:37 +00:00
2002-04-29 07:43:16 +00:00
2002-05-22 01:01:37 +00:00
2002-05-27 22:10:28 +00:00
2002-03-19 22:20:14 +00:00
2002-03-19 22:20:14 +00:00
2002-05-31 08:17:58 +00:00
2002-05-16 21:28:32 +00:00
2002-03-19 22:20:14 +00:00