K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-11-14T23:01:24.000000Z K 7 svn:log V 267 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 END