linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/8] Introduce logical CPU mapping
@ 2011-08-09 21:42 Will Deacon
  2011-08-09 21:42 ` [RFC PATCH 1/8] ARM: cpuid: add support for reading MPIDR Will Deacon
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Will Deacon @ 2011-08-09 21:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This patch series is an RFC following a discussion I had with Russell
the other day:

 http://lists.infradead.org/pipermail/linux-arm-kernel/2011-August/060370.html

The approach I've taken is fairly simple but is enough for booting on a
CPU with physical ID != 0 on platforms which can handle it.

Note that I haven't touched the OMAP4 or Tegra platforms since it's not
clear from the code how they would be adapted to make use of the
physical CPU number.

I've tested this with a Cortex-A9 on the vexpress platform but other
platforms have been compile-tested only.

This is an RFC, so I'd value any feedback or comments.

Thanks,

Will


Will Deacon (8):
  ARM: cpuid: add support for reading MPIDR
  ARM: smp: populate logical CPU mapping during boot
  ARM: gic: convert logical CPU numbers into physical numbers
  ARM: exynos4: convert logical CPU numbers to physical numbers
  ARM: msm: convert logical CPU numbers to physical numbers
  ARM: shmobile: convert logical CPU numbers to physical numbers
  ARM: ux500: convert logical CPU numbers to physical numbers
  ARM: versatile: convert logical CPU numbers to physical numbers

 arch/arm/common/gic.c               |   12 +++++++++---
 arch/arm/include/asm/cputype.h      |    6 ++++++
 arch/arm/include/asm/smp.h          |    6 ++++++
 arch/arm/kernel/smp.c               |   15 +++++++++++++++
 arch/arm/mach-exynos4/hotplug.c     |    2 +-
 arch/arm/mach-exynos4/platsmp.c     |    2 +-
 arch/arm/mach-msm/hotplug.c         |    2 +-
 arch/arm/mach-msm/platsmp.c         |    2 +-
 arch/arm/mach-realview/hotplug.c    |    2 +-
 arch/arm/mach-shmobile/smp-sh73a0.c |    6 +++++-
 arch/arm/mach-ux500/hotplug.c       |    2 +-
 arch/arm/mach-ux500/platsmp.c       |    2 +-
 arch/arm/mach-vexpress/hotplug.c    |    2 +-
 arch/arm/plat-versatile/platsmp.c   |    2 +-
 14 files changed, 50 insertions(+), 13 deletions(-)

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

end of thread, other threads:[~2011-08-11 15:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 21:42 [RFC PATCH 0/8] Introduce logical CPU mapping Will Deacon
2011-08-09 21:42 ` [RFC PATCH 1/8] ARM: cpuid: add support for reading MPIDR Will Deacon
2011-08-09 21:42 ` [RFC PATCH 2/8] ARM: smp: populate logical CPU mapping during boot Will Deacon
2011-08-09 21:42 ` [RFC PATCH 3/8] ARM: gic: convert logical CPU numbers into physical numbers Will Deacon
2011-08-11 15:04   ` Will Deacon
2011-08-09 21:42 ` [RFC PATCH 4/8] ARM: exynos4: convert logical CPU numbers to " Will Deacon
2011-08-10  1:07   ` Kyungmin Park
2011-08-10  8:46     ` Will Deacon
2011-08-10  8:49       ` Kyungmin Park
2011-08-10  8:57         ` Will Deacon
2011-08-09 21:42 ` [RFC PATCH 5/8] ARM: msm: " Will Deacon
2011-08-09 22:26   ` David Brown
2011-08-10  8:42     ` Will Deacon
2011-08-10 15:51       ` David Brown
2011-08-09 21:42 ` [RFC PATCH 6/8] ARM: shmobile: " Will Deacon
2011-08-09 21:42 ` [RFC PATCH 7/8] ARM: ux500: " Will Deacon
2011-08-11 13:31   ` Linus Walleij
2011-08-09 21:42 ` [RFC PATCH 8/8] ARM: versatile: " Will Deacon
2011-08-10  8:50 ` [RFC PATCH 0/8] Introduce logical CPU mapping Santosh
2011-08-10  8:58   ` Will Deacon

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