Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2010 23:18:02 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c
Message-ID:  <201004252318.o3PNIIIl099969@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2010-04-25 23:18:02 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  SVN rev 207210 on 2010-04-25 23:18:02Z by kmacy
  
  Incremental reduction of delta with head_page_lock_2 branch
  
  - replace modification of pmap resident_count with pmap_resident_count_{inc,dec}
  - the pv list is protected by the pmap lock, but in several cases we are relying
    on the vm page queue mutex, move pv_va read under the pmap lock
  
  Revision  Changes    Path
  1.692     +38 -25    src/sys/amd64/amd64/pmap.c



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