Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 20:24:25 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <201005022024.o42KOfsv067690@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-05-02 20:24:25 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  SVN rev 207539 on 2010-05-02 20:24:25Z by alc
  
  Simplify vm_fault().  The introduction of the new page lock renders a bit of
  cleverness by vm_fault() to avoid repeatedly releasing and reacquiring the
  page queues lock pointless.
  
  Reviewed by:    kib, kmacy
  
  Revision  Changes    Path
  1.271     +5 -13     src/sys/vm/vm_fault.c



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