From owner-cvs-all Tue Apr 24 8:57:25 2001 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 9FB1D37B422; Tue, 24 Apr 2001 08:57:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OFvJP74558; Tue, 24 Apr 2001 08:57:19 -0700 (PDT) (envelope-from dfr) Message-Id: <200104241557.f3OFvJP74558@freefall.freebsd.org> From: Doug Rabson Date: Tue, 24 Apr 2001 08:57:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/04/24 08:57:18 PDT Modified files: sys/ia64/ia64 locore.s Log: When switching backing store during signal delivery, do the switch before creating the register frame for calling the handler. Also discard that frame before switching back to the old backing store after the handler returns. Revision Changes Path 1.6 +9 -8 src/sys/ia64/ia64/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message