From owner-p4-projects Fri Jun 28 18:35:22 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 804C037B406; Fri, 28 Jun 2002 18:35:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159F437B401 for ; Fri, 28 Jun 2002 18:35:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9257643E06 for ; Fri, 28 Jun 2002 18:35:15 -0700 (PDT) (envelope-from ticso@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1ZFJU064438 for ; Fri, 28 Jun 2002 18:35:15 -0700 (PDT) (envelope-from ticso@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1ZFij064435 for perforce@freebsd.org; Fri, 28 Jun 2002 18:35:15 -0700 (PDT) Date: Fri, 28 Jun 2002 18:35:15 -0700 (PDT) Message-Id: <200206290135.g5T1ZFij064435@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to ticso@freebsd.org using -f From: Bernd Walter Subject: PERFORCE change 13552 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13552 Change 13552 by ticso@ticso-cicely5 on 2002/06/28 18:34:37 release Giant before calling userret() Affected files ... .. //depot/projects/kse/sys/alpha/alpha/trap.c#28 edit Differences ... ==== //depot/projects/kse/sys/alpha/alpha/trap.c#28 (text+ko) ==== @@ -780,14 +780,14 @@ break; } - userret(td, framep, sticks); - /* * Release Giant if we had to get it. */ if ((callp->sy_narg & SYF_MPSAFE) == 0) mtx_unlock(&Giant); + userret(td, framep, sticks); + #ifdef KTRACE if (KTRPOINT(td, KTR_SYSRET)) ktrsysret(code, error, td->td_retval[0]); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message