K 10 svn:author V 3 alc K 8 svn:date V 27 2010-05-03T17:35:31.669308Z K 7 svn:log V 272 It makes more sense for the object-based backend allocator to use OBJT_PHYS objects instead of OBJT_DEFAULT objects because we never reclaim or pageout the allocated pages. Moreover, they are mapped with pmap_qenter(), which creates unmanaged mappings. Reviewed by: kib END