K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-17T22:04:45.000000Z K 7 svn:log V 274 - Small cleanups to the Giant handling in trap(). - Only release Giant in trap() if we locked it, otherwise we could release Giant in a kernel trap if we didn't get it for a page fault and the previous frame had grabbed the lock. - Only get Giant for !MP safe syscalls. END