Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 02:22:55 +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/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
Message-ID:  <200508110222.j7B2Mt6h085327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-08-11 02:22:55 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Decouple the unrefing of a page table page from the removal of a pv entry.
  In other words, change pmap_remove_entry() such that it no longer unrefs
  the page table page.  Now, it only removes the pv entry.
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.518     +16 -25    src/sys/amd64/amd64/pmap.c
  1.526     +14 -23    src/sys/i386/i386/pmap.c



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