Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 13:42:30 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c vm_mmap.c
Message-ID:  <200206162042.g5GKgUK44751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/16 13:42:29 PDT

  Modified files:
    sys/vm               vm_fault.c vm_mmap.c 
  Log:
   o Remove GIANT_REQUIRED from vm_fault_user_wire().
   o Move pmap_pageable() outside of Giant in vm_fault_unwire().
     (pmap_pageable() is a no-op on all supported architectures.)
   o Remove the acquisition and release of Giant from mlock().
  
  Revision  Changes    Path
  1.143     +1 -5      src/sys/vm/vm_fault.c
  1.146     +0 -2      src/sys/vm/vm_mmap.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?200206162042.g5GKgUK44751>