No subject
Mon Jun 27 16:47:34 EDT 2011
- Move the SMP ops out of the descriptor, which makes the structure
init a bit cleaner (thanks to Arnd).
- Mark all structures __initdata and keep a copy of the used ones.
- Keep a global pointer for the SMP ops.
Marc Zyngier (3):
ARM: SoC: Introduce per SoC descriptor
ARM: SoC: Add per SoC SMP and CPU hotplug operations
ARM: SoC: convert VExpress/RealView to SoC descriptor
arch/arm/include/asm/mach/arch.h | 2 +
arch/arm/include/asm/soc.h | 52 ++++++++++++++++++++++++
arch/arm/kernel/setup.c | 30 ++++++++++++++
arch/arm/kernel/smp.c | 47 +++++++++++++++++++++
arch/arm/mach-realview/core.c | 7 +++
arch/arm/mach-realview/core.h | 9 ++++
arch/arm/mach-realview/hotplug.c | 6 +-
arch/arm/mach-realview/platsmp.c | 24 +++++++++--
arch/arm/mach-realview/realview_eb.c | 1 +
arch/arm/mach-realview/realview_pb1176.c | 1 +
arch/arm/mach-realview/realview_pb11mp.c | 1 +
arch/arm/mach-realview/realview_pba8.c | 1 +
arch/arm/mach-realview/realview_pbx.c | 1 +
arch/arm/mach-vexpress/core.h | 10 +++++
arch/arm/mach-vexpress/hotplug.c | 6 +-
arch/arm/mach-vexpress/platsmp.c | 24 +++++++++--
arch/arm/mach-vexpress/v2m.c | 9 ++++
arch/arm/plat-versatile/include/plat/platsmp.h | 14 ++++++
arch/arm/plat-versatile/platsmp.c | 4 +-
19 files changed, 233 insertions(+), 16 deletions(-)
create mode 100644 arch/arm/include/asm/soc.h
create mode 100644 arch/arm/plat-versatile/include/plat/platsmp.h
More information about the linux-arm-kernel
mailing list