Home
last modified time | relevance | path

Searched hist:ec96dca7884d77ad76e9dbb58b58b7165aa5c6d2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_fault.cdiff ec96dca7884d77ad76e9dbb58b58b7165aa5c6d2 Sun Mar 16 18:37:19 CET 2008 Alan Cox <alc@FreeBSD.org> 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.)
diff ec96dca7884d77ad76e9dbb58b58b7165aa5c6d2 Sun Mar 16 18:37:19 CET 2008 Alan Cox <alc@FreeBSD.org> 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.)