From owner-cvs-all Tue Nov 14 17:48:52 2000 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 1835037B4C5; Tue, 14 Nov 2000 17:48:50 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA57989; Tue, 14 Nov 2000 17:48:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011150148.RAA57989@freefall.freebsd.org> From: John Baldwin Date: Tue, 14 Nov 2000 17:48:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/14 17:48:49 PST Modified files: sys/alpha/alpha swtch.s Log: Enable all interrupts in switch_trampoline after releasing the sched_lock. This is needed so that kernel threads created before interrupts are enabled do not run with interrupts disabled once the system is up and running. Revision Changes Path 1.18 +3 -1 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message