From: Peter Horton <pdh@colonel-panic.org>
To: Kieran Fulke <kieran@pawsoff.org>
Cc: linux-mips@linux-mips.org
Subject: Re: IRQ problem on cobalt / 2.6.6
Date: Tue, 18 May 2004 22:38:10 +0100 [thread overview]
Message-ID: <20040518213810.GA11885@skeleton-jack> (raw)
In-Reply-To: <20040518211810.GA29636@getyour.pawsoff.org>
On Tue, May 18, 2004 at 10:18:10PM +0100, Kieran Fulke wrote:
> On Tue, May 18, 2004 at 10:12:46PM +0100, Peter Horton wrote:
>
> >
> > That's strange, it worked here.
> >
> > Did you a clean build ?
> >
>
> yeah. cleared out /usr/src and re-emerged mips-sources-2.6.6, then made
> the change to include/asm/cobalt/cobalt.h you suggested. kernel
> .config attached ..
>
Does this patch fix it ?
P.
--- linux.cvs/arch/mips/cobalt/irq.c 2003-11-13 14:30:45.000000000 +0000
+++ linux.pdh/arch/mips/cobalt/irq.c 2004-05-18 22:35:32.000000000 +0100
@@ -82,11 +83,15 @@
}
if (pending & CAUSEF_IP7) { /* int 23 */
- do_IRQ(COBALT_QUBE_SLOT_IRQ, regs);
+ do_IRQ(23, regs);
return;
}
}
next prev parent reply other threads:[~2004-05-18 21:38 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-13 18:30 IRQ problem on cobalt / 2.6.6 Kieran Fulke
2004-05-14 7:43 ` Peter Horton
2004-05-16 11:36 ` Kieran Fulke
2004-05-16 15:21 ` Johannes Stezenbach
2004-05-16 15:21 ` Johannes Stezenbach
2004-05-16 17:04 ` Ralf Baechle
2004-05-16 17:11 ` Kieran Fulke
2004-05-16 17:21 ` Johannes Stezenbach
2004-05-16 18:04 ` Kieran Fulke
2004-05-17 8:40 ` Peter Horton
2004-05-17 11:46 ` Kieran Fulke
2004-05-17 11:57 ` Peter Horton
2004-05-17 12:04 ` Kieran Fulke
2004-05-17 12:20 ` Peter Horton
2004-05-17 15:07 ` Stuart Longland
2004-05-18 7:34 ` Peter Horton
2004-05-18 17:39 ` Kieran Fulke
2004-05-18 20:59 ` Kieran Fulke
2004-05-18 21:09 ` Kieran Fulke
2004-05-18 21:12 ` Peter Horton
[not found] ` <20040518211810.GA29636@getyour.pawsoff.org>
2004-05-18 21:19 ` Kieran Fulke
2004-05-18 21:46 ` Kumba
2004-05-18 21:38 ` Peter Horton [this message]
2004-05-18 22:02 ` Kieran Fulke
2004-05-19 11:23 ` Maciej W. Rozycki
2004-05-19 12:57 ` Peter Horton
-- strict thread matches above, loose matches on Subject: below --
2004-05-16 17:37 Kieran Fulke
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=20040518213810.GA11885@skeleton-jack \
--to=pdh@colonel-panic.org \
--cc=kieran@pawsoff.org \
--cc=linux-mips@linux-mips.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