From owner-cvs-all Tue Nov 14 15: 1:27 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 6360A37B4CF; Tue, 14 Nov 2000 15:01:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34726; Tue, 14 Nov 2000 15:01:25 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011142301.PAA34726@freefall.freebsd.org> From: John Baldwin Date: Tue, 14 Nov 2000 15:01:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/14 15:01:24 PST Modified files: sys/i386/i386 exception.s Log: Always enable interrupts during fork_trampoline() after releasing the sched_lock. This is needed for kernel threads that are created before interrupts are enabled. kthreads created by kld's that are created at SI_SUB_KLD such as the random kthread. Tested by: phk Revision Changes Path 1.72 +4 -1 src/sys/i386/i386/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message