| To: | Kieran Fulke <kieran@pawsoff.org> |
|---|---|
| Subject: | Re: IRQ problem on cobalt / 2.6.6 |
| From: | Peter Horton <pdh@colonel-panic.org> |
| Date: | Tue, 18 May 2004 22:38:10 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20040518211810.GA29636@getyour.pawsoff.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20040513183059.GA25743@getyour.pawsoff.org> <20040518073439.GA6818@skeleton-jack> <20040518205914.GA29574@getyour.pawsoff.org> <20040518211246.GA11722@skeleton-jack> <20040518211810.GA29636@getyour.pawsoff.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.5.1+cvs20040105i |
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;
}
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: problems on D-cache alias in 2.4.22, Peter Horton |
|---|---|
| Next by Date: | Re: IRQ problem on cobalt / 2.6.6, Kumba |
| Previous by Thread: | Re: IRQ problem on cobalt / 2.6.6, Kumba |
| Next by Thread: | Re: IRQ problem on cobalt / 2.6.6, Kieran Fulke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |