From: catalin.marinas@arm•com (Catalin Marinas)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case
Date: Wed, 12 Jun 2013 16:17:49 +0100 [thread overview]
Message-ID: <20130612151748.GC31646@arm.com> (raw)
In-Reply-To: <1371036627-13529-1-git-send-email-shawn.guo@linaro.org>
On Wed, Jun 12, 2013 at 12:30:27PM +0100, Shawn Guo wrote:
> diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
> index 1760ceb..19ceaa6 100644
> --- a/drivers/irqchip/irq-gic.c
> +++ b/drivers/irqchip/irq-gic.c
> @@ -705,7 +705,7 @@ static int gic_irq_domain_xlate(struct irq_domain *d,
> static int __cpuinit gic_secondary_init(struct notifier_block *nfb,
> unsigned long action, void *hcpu)
> {
> - if (action == CPU_STARTING)
> + if (action == CPU_STARTING || action == CPU_STARTING_FROZEN)
> gic_cpu_init(&gic_data[0]);
> return NOTIFY_OK;
> }
Acked-by: Catalin Marinas <catalin.marinas@arm•com>
next prev parent reply other threads:[~2013-06-12 15:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-12 11:30 [PATCH] irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case Shawn Guo
2013-06-12 15:17 ` Catalin Marinas [this message]
2013-06-14 12:33 ` Shawn Guo
2013-06-19 7:02 ` Shawn Guo
2013-06-20 2:09 ` Joseph Lo
2013-06-20 12:52 ` Arnd Bergmann
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=20130612151748.GC31646@arm.com \
--to=catalin.marinas@arm$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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