From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 14 Nov 2002 00:55:13 +0000 Subject: Re: [Linux-ia64] sigcontext structure Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 13 Nov 2002 12:42:20 -0600, "shiva chetan" said: Chetan> Hi, The sigcontext structure of linux/i386 has the following Chetan> fields Chetan> trapno (stores trap number) err (stores faulting address) Chetan> cr2 (contains type of fault) Chetan> what are the equivalent fields in the sigcontext structure Chetan> of linux/ia64 ? its not very apparent from the definition Chetan> of the structure. There is no 1-to-1 correspondence, but such info is stored in siginfo on ia64. See siginfo.h. --david