Alan Cox 9f5c801b94 Change the way that unmanaged pages are created. Specifically,
immediately flag any page that is allocated to a OBJT_PHYS object as
unmanaged in vm_page_alloc() rather than waiting for a later call to
vm_page_unmanage().  This allows for the elimination of some uses of
the page queues lock.

Change the type of the kernel and kmem objects from OBJT_DEFAULT to
OBJT_PHYS.  This allows us to take advantage of the above change to
simplify the allocation of unmanaged pages in kmem_alloc() and
kmem_malloc().

Remove vm_page_unmanage().  It is no longer used.
2007-02-25 06:14:58 +00:00
..
2007-02-24 16:49:25 +00:00
2007-02-23 21:07:44 +00:00
2007-02-24 16:49:25 +00:00
2007-02-24 16:49:25 +00:00
2006-12-14 17:33:46 +00:00
2007-02-25 00:17:56 +00:00
2006-11-28 19:33:28 +00:00
2006-11-26 18:27:16 +00:00