From owner-cvs-all Wed Aug 18 17:18:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CCB714F01; Wed, 18 Aug 1999 17:18:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72439; Wed, 18 Aug 1999 17:16:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199908190016.RAA72439@freefall.freebsd.org> From: Peter Wemm Date: Wed, 18 Aug 1999 17:16:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/08/18 17:16:52 PDT Modified files: sys/alpha/alpha machdep.c swtch.s Log: Use MI switch code for process selection. This gets run queues entirely out of the asm code, and as a bonus implements rtprio and idprio for the Alpha. Previously if you ran an idprio process, you were assured of a deadlock. Revision Changes Path 1.49 +1 -104 src/sys/alpha/alpha/machdep.c 1.10 +9 -44 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message