From owner-cvs-all Tue Mar 13 22: 9:48 2001 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 EFB3237B719; Tue, 13 Mar 2001 22:09:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2E69im40960; Tue, 13 Mar 2001 22:09:44 -0800 (PST) (envelope-from dillon) Message-Id: <200103140609.f2E69im40960@freefall.freebsd.org> From: Matt Dillon Date: Tue, 13 Mar 2001 22:09:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/03/13 22:09:44 PST Modified files: sys/vm vm_map.c Log: Temporarily remove the vm_map_simplify() call from vm_map_insert(). The call is correct, but it interferes with the massive hack called vm_map_growstack(). The call will be returned after our stack handling code is fixed. Reported by: tegge Revision Changes Path 1.196 +8 -1 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message