K 10 svn:author V 3 alc K 8 svn:date V 27 2008-03-16T17:37:19.000000Z K 7 svn:log V 227 Simplify the inner loop of vm_fault()'s delete-behind heuristic. Instead of checking each page for PG_UNMANAGED, perform a one-time check whether the object is OBJT_PHYS. (PG_UNMANAGED pages only belong to OBJT_PHYS objects.) END