Date: Thu, 22 Feb 2001 08:23:13 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c Message-ID: <200102221623.f1MGND111252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102221623.f1MGND111252>