From owner-cvs-all Thu Feb 22 8:23:18 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 28F3837B401; Thu, 22 Feb 2001 08:23:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1MGND111252; Thu, 22 Feb 2001 08:23:13 -0800 (PST) (envelope-from jhb) Message-Id: <200102221623.f1MGND111252@freefall.freebsd.org> From: John Baldwin Date: Thu, 22 Feb 2001 08:23:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/22 08:23:12 PST Modified files: sys/alpha/alpha trap.c sys/i386/i386 trap.c Log: - Use TRAPF_PC() on the alpha to acess the PC in the trap frame. - Don't hold sched_lock around addupc_task() as this apparently breaks profiling badly due to sched_lock being held across copyin(). Reported by: bde (2) Revision Changes Path 1.50 +4 -5 src/sys/alpha/alpha/trap.c 1.179 +3 -4 src/sys/i386/i386/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message