K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-12-13T18:57:15.000000Z K 7 svn:log V 251 If we fail to emulate a vm86 trap in kernel mode, then we use vm86_trap() to return to the calling program directly. vm86_trap() doesn't return, thus it was never returning to trap() to release Giant. Thus, release Giant before calling vm86_trap(). END