From: Ralf Baechle <ralf@linux-mips.org>
To: Tim Anderson <tanderson@mvista.com>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH 2/5] Extend IPI handling to CPU number
Date: Wed, 17 Jun 2009 09:14:12 +0100 [thread overview]
Message-ID: <20090617081412.GB13467@linux-mips.org> (raw)
In-Reply-To: <20090616235828.GE6346@shomer.az.mvista.com>
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
next prev parent reply other threads:[~2009-06-17 8:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-16 23:58 [PATCH 2/5] Extend IPI handling to CPU number Tim Anderson
2009-06-17 8:14 ` Ralf Baechle [this message]
2009-06-17 15:36 ` Tim Anderson
2009-06-17 15:36 ` Tim Anderson
-- strict thread matches above, loose matches on Subject: below --
2009-06-17 23:22 Tim Anderson
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=20090617081412.GB13467@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=tanderson@mvista.com \
/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;
as well as URLs for NNTP newsgroup(s).