Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2008 17:37:20 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <200803161737.m2GHbK0V003422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2008-03-16 17:37:20 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  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.)
  
  Revision  Changes    Path
  1.241     +2 -2      src/sys/vm/vm_fault.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803161737.m2GHbK0V003422>