> - proc_free: let lwp_free spin waiting for the last LWP to exit, there's > no reason to do it here. > cvs rdiff -r1.171 -r1.172 src/sys/kern/kern_exit.c it broke interrupt handlers which look at curproc. eg. hardclock() YAMAMOTO Takashi