linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] ARM: mach-shmobile: Initial SMP support
@ 2010-12-14  7:56 Magnus Damm
  2010-12-14  7:56 ` [PATCH 01/03] ARM: mach-shmobile: SMP base support Magnus Damm
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Magnus Damm @ 2010-12-14  7:56 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-07  1:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14  7:56 [PATCH 00/03] ARM: mach-shmobile: Initial SMP support Magnus Damm
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

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).