From owner-cvs-all Wed Dec 13 10:57:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 13 10:57:17 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9326837B404; Wed, 13 Dec 2000 10:57:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBDIvFl04859; Wed, 13 Dec 2000 10:57:15 -0800 (PST) (envelope-from jhb) Message-Id: <200012131857.eBDIvFl04859@freefall.freebsd.org> From: John Baldwin Date: Wed, 13 Dec 2000 10:57:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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