K 10 svn:author V 5 peter K 8 svn:date V 27 1997-04-07T11:42:09.000000Z K 7 svn:log V 311 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. END