From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/10] ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type
Date: Mon, 4 Oct 2010 20:30:58 +0100 [thread overview]
Message-ID: <20101004193058.GB25241@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <4CAA2A2F.7010901@codeaurora.org>
On Mon, Oct 04, 2010 at 12:25:35PM -0700, Jeff Ohlstein wrote:
> Russell King - ARM Linux wrote:
>> When hotplug CPU is enabled, we need to keep the list of supported CPUs,
>> their setup functions, and __lookup_processor_type in place so that we
>> can find and initialize secondary CPUs. Move these into the __CPUINIT
>> section.
>>
>> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
>> ---
>> arch/arm/kernel/head-common.S | 81 +++++++++++++++++++++++------------------
>> arch/arm/kernel/vmlinux.lds.S | 24 +++++++++----
>> arch/arm/mm/proc-arm1020e.S | 2 +-
>> arch/arm/mm/proc-arm1022.S | 2 +-
>> arch/arm/mm/proc-arm1026.S | 2 +-
>> arch/arm/mm/proc-arm6_7.S | 2 +-
>> arch/arm/mm/proc-arm720.S | 2 +-
>> arch/arm/mm/proc-arm740.S | 2 +-
>> arch/arm/mm/proc-arm7tdmi.S | 2 +-
>> arch/arm/mm/proc-arm920.S | 2 +-
>> arch/arm/mm/proc-arm922.S | 2 +-
>> arch/arm/mm/proc-arm925.S | 2 +-
>> arch/arm/mm/proc-arm926.S | 2 +-
>> arch/arm/mm/proc-arm940.S | 2 +-
>> arch/arm/mm/proc-arm946.S | 2 +-
>> arch/arm/mm/proc-arm9tdmi.S | 2 +-
>> arch/arm/mm/proc-fa526.S | 2 +-
>> arch/arm/mm/proc-feroceon.S | 2 +-
>> arch/arm/mm/proc-mohawk.S | 2 +-
>> arch/arm/mm/proc-sa110.S | 2 +-
>> arch/arm/mm/proc-sa1100.S | 2 +-
>> arch/arm/mm/proc-v6.S | 6 +++-
>> arch/arm/mm/proc-v7.S | 6 +++-
>> arch/arm/mm/proc-xsc3.S | 2 +-
>> arch/arm/mm/proc-xscale.S | 2 +-
>> 25 files changed, 93 insertions(+), 66 deletions(-)
>>
> Any reason you skipped proc-arm1020.S?
Either it wasn't found by $(grep -l __INIT arch/arm/mm/proc*.S) or
I missed committing that file.
PS, no need to include all that context. You're lucky to get a reply as
I normally end up giving up after a few pages of pure context.
next prev parent reply other threads:[~2010-10-04 19:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-04 17:09 [PATCH 03/10] ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type Russell King - ARM Linux
2010-10-04 19:25 ` Jeff Ohlstein
2010-10-04 19:30 ` Russell King - ARM Linux [this message]
2010-10-22 18:51 ` [PATCH] ARM: Fix data abort accessing proc_info from __lookup_processor_type (Re: [PATCH 03/10] ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type) Tony Lindgren
2010-10-22 20:14 ` Anand Gadiyar
2010-10-23 8:30 ` Russell King - ARM Linux
2010-10-23 18:18 ` Tony Lindgren
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=20101004193058.GB25241@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).