From owner-cvs-all Wed Mar 13 16:28:13 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 B9B5237B419; Wed, 13 Mar 2002 16:28:10 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2E0SA128384; Wed, 13 Mar 2002 16:28:10 -0800 (PST) (envelope-from dfr) Message-Id: <200203140028.g2E0SA128384@freefall.freebsd.org> From: Doug Rabson Date: Wed, 13 Mar 2002 16:28:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.s 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 dfr 2002/03/13 16:28:10 PST Modified files: sys/ia64/ia64 exception.s Log: Don't restore r13 when returning to kernel mode. We may have migrated to a different cpu since the exception_save and r13 needs to point at the current cpu's pcpu structure. Revision Changes Path 1.31 +4 -1 src/sys/ia64/ia64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message