CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/13 13:18:24
Modified files:
sys/kern : kern_exit.c
Log message:
Backout a tiny part of the previous commit. Decrementing ps_singlecount in
exit1() is wrong, since single_thread_check() already decrements it and may
call exit1() after that. I can't reproduce the hang that this was supposed
to fix anyway.
