Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 10:47:12 -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:  <200206221747.g5MHlCu91078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/22 10:47:12 PDT

  Modified files:
    sys/vm               vm_map.c 
  Log:
   o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and
     release of Giant around the direct manipulation of the vm_object and
     the optional call to pmap_object_init_pt().
   o In vm_map_findspace(), remove GIANT_REQUIRED.  Instead, acquire and
     release Giant around the occasional call to pmap_growkernel().
   o In vm_map_find(), remove GIANT_REQUIRED.
  
  Revision  Changes    Path
  1.257     +6 -5      src/sys/vm/vm_map.c

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




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