Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 18:07:42 +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:  <200603211807.k2LI7gPs071355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2006-03-21 18:07:42 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Eliminate unnecessary invalidations of the entire TLB by pmap_remove().
  Specifically, on mappings with PG_G set pmap_remove() not only performs
  the necessary per-page invlpg invalidations but also performs an
  unnecessary invalidation of the entire set of non-PG_G entries.
  
  Reviewed by: tegge
  
  Revision  Changes    Path
  1.539     +7 -1      src/sys/amd64/amd64/pmap.c
  1.546     +7 -1      src/sys/i386/i386/pmap.c



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