From owner-cvs-all Wed Jun 6 6:46:21 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 2810937B403; Wed, 6 Jun 2001 06:46:17 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56DkGX64912; Wed, 6 Jun 2001 06:46:16 -0700 (PDT) (envelope-from gallatin) Message-Id: <200106061346.f56DkGX64912@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 6 Jun 2001 06:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 imgact_osf1.c 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 gallatin 2001/06/06 06:46:16 PDT Modified files: sys/alpha/osf1 imgact_osf1.c Log: Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming that it needn't be held around vm_mmap() since vm_mmap() itself aquires it. Sleuthing by: obrien Revision Changes Path 1.6 +4 -1 src/sys/alpha/osf1/imgact_osf1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message