Date: Tue, 14 Nov 2000 15:01:24 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s Message-ID: <200011142301.PAA34726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011142301.PAA34726>
