Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2002 13:25:18 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200206092025.g59KPIg14126@freefall.freebsd.org>

index | next in thread | raw e-mail

alc         2002/06/09 13:25:18 PDT

  Modified files:
    sys/vm               vm_map.c 
  Log:
   o Add vm_map_wire() for wiring contiguous regions of either kernel
     or user vm_maps.  This implementation has two key benefits when compared
     to vm_map_{user_,}pageable(): (1) it avoids a race condition through
     the use of "in-transition" vm_map entries and (2) it eliminates lock
     recursion on the vm_map.
  
  Note: there is still an error case that requires clean up.
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.246     +159 -1    src/sys/vm/vm_map.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



help

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