From: Matt Porter <mporter@kernel.crashing.org>
To: Tom Rini <trini@kernel.crashing.org>
Cc: Andrew Morton <akpm@osdl.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][5/6] A different KGDB stub
Date: Wed, 11 Feb 2004 18:38:05 -0700 [thread overview]
Message-ID: <20040211183805.A8586@home.com> (raw)
In-Reply-To: <20040212000355.GF19676@smtp.west.cox.net>; from trini@kernel.crashing.org on Wed, Feb 11, 2004 at 05:03:55PM -0700
On Wed, Feb 11, 2004 at 05:03:55PM -0700, Tom Rini wrote:
> The following is the ppc32-specific bits to this KGDB stub.
<snip>
> - /* We are dorking with a live trap table, all irqs off */
> -}
> + unsigned int tt; /* Trap type code for powerpc */
> + unsigned char signo; /* Signal that we map this trap into */
> +} hard_trap_info[] = {
> +#if defined(CONFIG_40x)
> + { 0x0100, 0x02 /* SIGINT */ }, /* critical input interrupt */
> + { 0x0200, 0x0b /* SIGSEGV */ }, /* machine check */
> + { 0x0300, 0x0b /* SIGSEGV */ }, /* data storage */
This table should be at least CONFIG_4xx and probably
(CONFIG_4xx || CONFIG_BOOKE) if/when e500 support comes
into 2.6.
-Matt
next prev parent reply other threads:[~2004-02-12 1:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-12 0:03 [PATCH][5/6] A different KGDB stub Tom Rini
2004-02-12 1:38 ` Matt Porter [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-02-17 22:04 Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040211183805.A8586@home.com \
--to=mporter@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trini@kernel.crashing.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox