From owner-cvs-all Sat Jun 8 0:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 011DC37B403; Sat, 8 Jun 2002 00:32:39 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587Wcd00230; Sat, 8 Jun 2002 00:32:38 -0700 (PDT) (envelope-from alc) Message-Id: <200206080732.g587Wcd00230@freefall.freebsd.org> From: Alan Cox Date: Sat, 8 Jun 2002 00:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/06/08 00:32:38 PDT Modified files: sys/vm vm_map.c vm_map.h Log: o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire(). o Add a stub for vm_map_wire(). Note: the description of the previous commit had an error. The in- transition flag actually blocks the deallocation of a vm_map_entry by vm_map_delete() and vm_map_simplify_entry(). Revision Changes Path 1.244 +15 -6 src/sys/vm/vm_map.c 1.86 +2 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message