From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: mach-shmobile: Initial SMP support
Date: Tue, 14 Dec 2010 07:56:47 +0000 [thread overview]
Message-ID: <20101214075647.11275.25933.sendpatchset@t400s> (raw)
ARM: mach-shmobile: Initial SMP support
[PATCH 01/03] ARM: mach-shmobile: SMP base support
[PATCH 02/03] ARM: mach-shmobile: Enable SMP support
[PATCH 03/03] ARM: mach-shmobile: sh73a0 SMP support
These patches add SMP framework support for R-Mobile and
SH-Mobile processors, together with hardware specific SMP
support for the sh73a0 processor.
Survives onlining and offlining of secondary processor cores
through sysfs. Should compile and boot regardless of
CONFIG_SMP, CONFIG_HOTPLUG_CPU and CONFIG_LOCAL_TIMERS.
I suggest that patch 1 and 3 are taken through sh-2.6 and
patch 2 goes through the RMK patch tracker.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/Kconfig | 3
arch/arm/mach-shmobile/Makefile | 7 +
arch/arm/mach-shmobile/headsmp.S | 26 ++++
arch/arm/mach-shmobile/hotplug.c | 41 ++++++
arch/arm/mach-shmobile/include/mach/common.h | 6
arch/arm/mach-shmobile/include/mach/entry-macro-intc.S | 6
arch/arm/mach-shmobile/include/mach/smp.h | 16 ++
arch/arm/mach-shmobile/localtimer.c | 25 ++++
arch/arm/mach-shmobile/platsmp.c | 87 ++++++++++++++
arch/arm/mach-shmobile/smp-sh73a0.c | 98 ++++++++++++++++
10 files changed, 313 insertions(+), 2 deletions(-)
next reply other threads:[~2010-12-14 7:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-14 7:56 Magnus Damm [this message]
2010-12-14 7:56 ` [PATCH 01/03] ARM: mach-shmobile: SMP base support Magnus Damm
2010-12-17 8:42 ` Russell King - ARM Linux
2010-12-17 11:39 ` Magnus Damm
2010-12-14 7:57 ` [PATCH 02/03] ARM: mach-shmobile: Enable SMP support Magnus Damm
2010-12-14 7:57 ` [PATCH 03/03] ARM: mach-shmobile: sh73a0 " Magnus Damm
2010-12-14 9:57 ` [PATCH 00/03] ARM: mach-shmobile: Initial " Paul Mundt
2011-01-07 1:51 ` Paul Mundt
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=20101214075647.11275.25933.sendpatchset@t400s \
--to=magnus.damm@gmail.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).