Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 1999 22:24:56 -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:  <199903150624.WAA57148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/03/14 22:24:56 PST

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Two changes:
  
  In general, vm_map_simplify_entry should be performed INSIDE
  the loop that traverses the map, not outside.  (Changed:
  vm_map_inherit, vm_map_pageable.)
  
  vm_fault_unwire doesn't acquire the map lock (or block holding
  it).  Thus, vm_map_set/clear_recursive shouldn't be called.
  (Changed: vm_map_user_pageable, vm_map_pageable.)
  
  Revision  Changes    Path
  1.157     +5 -10     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?199903150624.WAA57148>