Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 07:23:46 +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/sparc64/sparc64 pmap.c
Message-ID:  <200502260723.j1Q7NkF5054821@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-02-26 07:23:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sparc64/sparc64  pmap.c 
  Log:
  MFC revision 1.140
   Eliminate an unnecessary call to vm_page_busy().
  
  MFC revision 1.141
   Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to call
   vm_page_flag_clear(PG_BUSY).  The object lock is held the entire time.
   Thus, whether or not the PG_BUSY flag is set is invisible to others.
  
  MFC revision 1.145
   Acquire the source pmap's lock in pmap_copy().
  
  Revision   Changes    Path
  1.139.2.2  +9 -4      src/sys/sparc64/sparc64/pmap.c



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