Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 15:41:43 -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 vm_map.h
Message-ID:  <200206012241.g51MfhH36063@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/01 15:41:43 PDT

  Modified files:
    sys/vm               vm_map.c vm_map.h 
  Log:
   o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(),
     vm_map_create(), and vm_map_submap().
   o Make further use of a local variable in vm_map_entry_splay()
     that caches a reference to one of a vm_map_entry's children.
     (This reduces code size somewhat.)
   o Revert a part of revision 1.66, deinlining vmspace_pmap().
     (This function is MPSAFE.)
  
  Revision  Changes    Path
  1.240     +7 -24     src/sys/vm/vm_map.c
  1.84      +8 -1      src/sys/vm/vm_map.h

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?200206012241.g51MfhH36063>