From owner-cvs-all Mon Feb 18 19:13:42 2002 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 6640337B405; Mon, 18 Feb 2002 19:13:39 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1J3Ddv14647; Mon, 18 Feb 2002 19:13:39 -0800 (PST) (envelope-from gallatin) Message-Id: <200202190313.g1J3Ddv14647@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 18 Feb 2002 19:13:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/02/18 19:13:39 PST Modified files: sys/alpha/alpha trap.c Log: MFi386: merge changes from i386/trap.c rev 1.212 If the credential on an incoming thread is correct, don't bother reaquiring it. In the same vein, don't bother dropping the thread cred when going to userland. We are guaranteed to need it when we come back, (which we are guaranteed to do). Revision Changes Path 1.83 +8 -6 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message