From owner-cvs-src@FreeBSD.ORG Fri Oct 1 05:01:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C96716A501; Fri, 1 Oct 2004 05:01:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2EE43D2D; Fri, 1 Oct 2004 05:01:18 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9151HLB086437; Fri, 1 Oct 2004 05:01:17 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9151HV7086436; Fri, 1 Oct 2004 05:01:17 GMT (envelope-from das) Message-Id: <200410010501.i9151HV7086436@repoman.freebsd.org> From: David Schultz Date: Fri, 1 Oct 2004 05:01:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_regs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 05:01:18 -0000 das 2004-10-01 05:01:17 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_regs.c Log: Don't PHOLD() the target process in procfs, since this is already done in pseudofs. Moreover, PHOLD() may block between the p_candebug() access check and the actual operation. Revision Changes Path 1.25 +1 -2 src/sys/fs/procfs/procfs_dbregs.c 1.31 +1 -2 src/sys/fs/procfs/procfs_fpregs.c 1.30 +1 -2 src/sys/fs/procfs/procfs_regs.c