K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-09-25T13:42:19.186658Z K 7 svn:log V 243 - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition variable wait routines. DROP_GIANT() already manages that state in the Giant interlock case. - Assert that Giant is held when it is passed as a sleep interlock. END