Date: Tue, 27 Mar 2001 18:44:12 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c Message-ID: <200103280244.f2S2iCe79913@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/03/27 18:44:12 PST
Modified files:
sys/kern kern_fork.c
Log:
Use mtx_intr_enable() on sched_lock to ensure child processes always start
with interrupts enabled rather than calling the no-longer MI function
enable_intr(). This is bogus anyways and in theory shouldn't even be
needed.
Revision Changes Path
1.107 +3 -3 src/sys/kern/kern_fork.c
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?200103280244.f2S2iCe79913>
