Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 01:14:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips pmap.c
Message-ID:  <200902120115.n1C1F5kH039773@repoman.freebsd.org>

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

imp         2009-02-12 01:14:49 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
  Log:
  SVN rev 188507 on 2009-02-12 01:14:49Z by imp
  
  Rewrite get_pv_entry() to match expectations of the rest of the
  kernel.  Rather than just kick off the page daemon, we actively retire
  more mappings.  The inner loop now looks a lot like the inner loop of
  pmap_remove_all.
  
  Also, get_pv_entry can't return NULL now, so remove panic if it did.
  
  Reviewed by:    alc@
  
  Revision  Changes    Path
  1.12      +78 -11    src/sys/mips/mips/pmap.c



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