Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 19:55:57 -0800 (PST)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/powerpc/powerpc pmap.c
Message-ID:  <200312160355.hBG3tvdh055532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grehan      2003/12/15 19:55:57 PST

  FreeBSD src repository

  Modified files:
    sys/powerpc/powerpc  pmap.c 
  Log:
  Disable the per-vm_page PTE cache. This was not being invalidated
  correctly, resulting in the dreaded "vm_pageout_flush: partially
  invalid page" panic. The caching issue will be revisited in the
  future, but opt for safety over performance in the meantime.
  
  Tested by: gallatin
  
  Revision  Changes    Path
  1.67      +2 -0      src/sys/powerpc/powerpc/pmap.c



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