Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 12:21:54 -0800 (PST)
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:  <199911252021.MAA45140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/11/25 12:21:54 PST

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Remove nonsensical vm_map_{clear,set}_recursive() calls
  from vm_map_pageable().  At the point they called, vm_map_pageable()
  holds a read (or shared) lock on the map.  The purpose
  of vm_map_{clear,set}_recursive() is to disable/enable repeated
  write (or exclusive) lock requests by the same process.
  
  Revision  Changes    Path
  1.183     +1 -4      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?199911252021.MAA45140>