cvs commit: src/sys/arm/arm pmap.c
    Olivier Houchard 
    cognet at FreeBSD.org
       
    Tue Jul 11 11:22:22 UTC 2006
    
    
  
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
    
    
More information about the cvs-all
mailing list