Date: Mon, 7 Apr 1997 04:42:13 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Message-ID: <199704071142.EAA10277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 97/04/07 04:42:13 Modified: sys/i386/i386 exception.s Log: Lower the spl() of the new process from splhigh() right away, since nothing else will lower it until either much later, or never(?) for kernel processes. This basically re-fixes what Bruce fixed in rev 1.29 of kern_fork.c, which was broken again now the child does not execute back up the fork() calling tree. Revision Changes Path 1.23 +9 -2 src/sys/i386/i386/exception.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704071142.EAA10277>