Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2010 15:41:34 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/xen pmap.c
Message-ID:  <201011251541.oAPFfmox049947@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

cperciva    2010-11-25 15:41:34 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/xen         pmap.c 
  Log:
  SVN rev 215819 on 2010-11-25 15:41:34Z by cperciva
  
  Work around paging bug.  Somehow we seem to be ending up with entries in
  the TLB which don't correspond to ptes with PG_V set; prior to this commit
  I'm sometimes getting the wrong data when pages are loaded into the buffer
  cache (they're being loaded, but the missing TLB invalidation is causing
  the wrong data to be visible).
  
  Revision  Changes    Path
  1.53      +12 -0     src/sys/i386/xen/pmap.c



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