Date: Wed, 13 Dec 2000 10:59:44 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: current@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 trap.c Message-ID: <XFMail.001213105944.jhb@FreeBSD.org> In-Reply-To: <200012131857.eBDIvFl04859@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13-Dec-00 John Baldwin wrote: > 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(). This fixes the panic with logo_saver. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.001213105944.jhb>