Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 11:22:06 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm pmap.c
Message-ID:  <200607111122.k6BBM6pO018657@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2006-07-11 11:22:06 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  Add a new flag to pmap_enter_locked() to say if it's OK to wait. If it is, and
  we're unable to allocate the memory for a PTE, we'll wait until we can. If not,
  we'll just return.
  Use M_NOWAIT|M_USE_RESERVE to allocate PTEs, it is less aggressive than
  M_NOWAIT alone.
  
  Suggested by:   alc
  
  Revision  Changes    Path
  1.65      +22 -10    src/sys/arm/arm/pmap.c



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