| To: | Tim Anderson <tanderson@mvista.com> |
|---|---|
| Subject: | Re: [PATCH 2/5] Extend IPI handling to CPU number |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 17 Jun 2009 09:14:12 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20090616235828.GE6346@shomer.az.mvista.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090616235828.GE6346@shomer.az.mvista.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
On Tue, Jun 16, 2009 at 04:58:28PM -0700, Tim Anderson wrote:
> diff --git a/arch/mips/kernel/irq-gic.c b/arch/mips/kernel/irq-gic.c
> index 1d6ac92..5cf003d 100644
> --- a/arch/mips/kernel/irq-gic.c
> +++ b/arch/mips/kernel/irq-gic.c
> @@ -245,6 +245,10 @@ static void __init gic_basic_init(void)
> if (cpu == X)
> continue;
>
> + if (cpu == 0 && i != 0 && _intrmap[i].intrnum == 0 &&
> + _intrmap[i].ipiflag == 0)
^
wrong indentation
> + continue;
> +
Ralf
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] -git compile fixes for MIPS, Manuel Lauss |
|---|---|
| Next by Date: | Re: [PATCH 4/5] Move gcmp_probe to before the SMP ops, Ralf Baechle |
| Previous by Thread: | [PATCH 2/5] Extend IPI handling to CPU number, Tim Anderson |
| Next by Thread: | RE: [PATCH 2/5] Extend IPI handling to CPU number, Tim Anderson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |