From owner-cvs-all Sat Feb 10 15:23:16 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 1E7A537B401; Sat, 10 Feb 2001 15:22:52 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ANMqo95712; Sat, 10 Feb 2001 15:22:52 -0800 (PST) (envelope-from mjacob) Message-Id: <200102102322.f1ANMqo95712@freefall.freebsd.org> From: Matt Jacob Date: Sat, 10 Feb 2001 15:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha swtch.s trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/02/10 15:22:51 PST Modified files: sys/alpha/alpha swtch.s trap.c Log: Temporary workaround to get things to compile. I could have updated genassym here, but what I've also noticed is that we're dorking with a mutex directly at assembler level- I'm not sure that this is wise at this stage in the SMP port- I think it's going to be much safer for a while to do things in C until SMP wunderkind figure out what works and slow down this 3 order differential... Revision Changes Path 1.22 +2 -3 src/sys/alpha/alpha/swtch.s 1.46 +9 -1 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message