Date: Wed, 13 Dec 2000 10:57:15 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c Message-ID: <200012131857.eBDIvFl04859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/12/13 10:57:15 PST Modified files: sys/i386/i386 trap.c Log: 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(). Revision Changes Path 1.163 +2 -1 src/sys/i386/i386/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012131857.eBDIvFl04859>