kris 2008-02-17 15:28:28 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: Switch from conditionally dropping Giant in exit1() to asserting it is not held, which appears to be always true. Revision Changes Path 1.308 +1 -6 src/sys/kern/kern_exit.c