From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ux500: add CPU hotplug support
Date: Mon, 13 Sep 2010 12:26:15 +0100 [thread overview]
Message-ID: <1284377175.31819.2.camel@e102109-lin.cambridge.arm.com> (raw)
In-Reply-To: <20100913110632.GC30787@n2100.arm.linux.org.uk>
On Mon, 2010-09-13 at 12:06 +0100, Russell King - ARM Linux wrote:
> On Mon, Sep 13, 2010 at 04:31:38PM +0530, Sundar Iyer wrote:
> > diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c
> > index 438ef16..ade2e17 100644
> > --- a/arch/arm/mach-ux500/platsmp.c
> > +++ b/arch/arm/mach-ux500/platsmp.c
> > @@ -26,7 +26,7 @@
> > * control for which core is the next to come out of the secondary
> > * boot "holding pen"
> > */
> > -volatile int __cpuinitdata pen_release = -1;
> > +volatile int pen_release = -1;
>
> This looks like an unnecessary change.
I think it avoids a build warning about mismatched sections but that's
probably the wrong way to fix. We get similar warnings on Versatile
Express and RealView when hotplug is enabled but I haven't had the time
to investigate properly.
--
Catalin
prev parent reply other threads:[~2010-09-13 11:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-13 11:01 [PATCH] ux500: add CPU hotplug support Sundar Iyer
2010-09-13 11:06 ` Russell King - ARM Linux
2010-09-13 11:26 ` Catalin Marinas [this message]
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=1284377175.31819.2.camel@e102109-lin.cambridge.arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).