Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2009 02:12:03 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c
Message-ID:  <200903100212.n2A2CGMU019092@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-03-10 02:12:03 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  SVN rev 189610 on 2009-03-10 02:12:03Z by alc
  
  Eliminate the last use of the recursive mapping to access user-space page
  table pages.  Now, all accesses to user-space page table pages are
  performed through the direct map.  (The recursive mapping is only used
  to access kernel-space page table pages.)
  
  Eliminate the TLB invalidation on the recursive mapping when a user-space
  page table page is removed from the page table and when a user-space
  superpage is demoted.
  
  Revision  Changes    Path
  1.653     +12 -27    src/sys/amd64/amd64/pmap.c



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