| To: | Franck Bui-Huu <vagabon.xyz@gmail.com> |
|---|---|
| Subject: | Re: [PATCH] Compile __do_IRQ() when really needed [take #2] |
| From: | "Maciej W. Rozycki" <macro@linux-mips.org> |
| Date: | Fri, 1 Dec 2006 15:36:44 +0000 (GMT) |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Atsushi Nemoto <anemo@mba.ocn.ne.jp>, linux-mips <linux-mips@linux-mips.org> |
| In-reply-to: | <45704B26.9040202@innova-card.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <45704B26.9040202@innova-card.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, 1 Dec 2006, Franck Bui-Huu wrote:
> diff --git a/arch/mips/dec/ioasic-irq.c b/arch/mips/dec/ioasic-irq.c
> index 269b22b..880ef88 100644
> --- a/arch/mips/dec/ioasic-irq.c
> +++ b/arch/mips/dec/ioasic-irq.c
> @@ -55,19 +55,12 @@ static inline void ack_ioasic_irq(unsign
> fast_iob();
> }
>
> -static inline void end_ioasic_irq(unsigned int irq)
> -{
> - if (!(irq_desc[irq].status & (IRQ_DISABLED | IRQ_INPROGRESS)))
> - unmask_ioasic_irq(irq);
> -}
> -
> static struct irq_chip ioasic_irq_type = {
> .typename = "IO-ASIC",
> .ack = ack_ioasic_irq,
> .mask = mask_ioasic_irq,
> .mask_ack = ack_ioasic_irq,
> .unmask = unmask_ioasic_irq,
> - .end = end_ioasic_irq,
> };
>
>
Well, end_ioasic_irq() is called from end_ioasic_dma_irq(), sorry. ;-)
Maciej
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Is _do_IRQ() not needed anymore ?, Sergei Shtylyov |
|---|---|
| Next by Date: | Re: [PATCH] Compile __do_IRQ() when really needed [take #2], Franck Bui-Huu |
| Previous by Thread: | [PATCH] Compile __do_IRQ() when really needed [take #2], Franck Bui-Huu |
| Next by Thread: | Re: [PATCH] Compile __do_IRQ() when really needed [take #2], Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |