From owner-cvs-all Mon Feb 1 00:49:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15093 for cvs-all-outgoing; Mon, 1 Feb 1999 00:49:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15085; Mon, 1 Feb 1999 00:49:31 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA04260; Mon, 1 Feb 1999 00:49:30 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Mon, 1 Feb 1999 00:49:30 -0800 (PST) Message-Id: <199902010849.AAA04260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/01 00:49:30 PST Modified files: sys/vm vm_map.c Log: This patch eliminates a pointless test from appearing twice in vm_map_simplify_entry. Basically, once you've verified that the objects in the adjacent vm_map_entry's are the same, either NULL or the same vm_object, there's no point in checking that the objects have the same behavior. Obtained from: Alan Cox Revision Changes Path 1.146 +1 -5 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message