From owner-cvs-all Fri Mar 23 20: 0: 6 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 104E737B718; Fri, 23 Mar 2001 20:00:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2O401S77973; Fri, 23 Mar 2001 20:00:02 -0800 (PST) (envelope-from jhb) Message-Id: <200103240400.f2O401S77973@freefall.freebsd.org> From: John Baldwin Date: Fri, 23 Mar 2001 20:00:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/23 20:00:01 PST Modified files: sys/kern kern_prot.c Log: Just use the proc lock to protect read accesses to p_pptr rather than the more expensive proctree lock. Revision Changes Path 1.76 +5 -5 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message