[PATCH 0/2] ARM: factorise CPU hotplug code

Sundar Iyer sundar.iyer at stericsson.com
Fri Sep 3 08:01:04 EDT 2010


Inspired by Will Deacon's cleanup for the Realview series, this is an attempt
to factor even more common code and move hotplug functions to the generic
arch/arm/common folder

Sundar Iyer (2):
  ARM: Generalize all CPU Hotplug code across platforms
  ux500: Add CPU hotplug support

 arch/arm/common/Makefile           |    1 +
 arch/arm/common/hotplug.c          |   57 ++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/hotplug.h     |   18 +++++++++++
 arch/arm/mach-omap2/omap-hotplug.c |   24 +--------------
 arch/arm/mach-realview/hotplug.c   |   56 ++++-------------------------------
 arch/arm/mach-s5pv310/hotplug.c    |   56 ++++-------------------------------
 arch/arm/mach-tegra/hotplug.c      |   56 +++++------------------------------
 arch/arm/mach-ux500/Makefile       |    1 +
 arch/arm/mach-ux500/hotplug.c      |   30 +++++++++++++++++++
 arch/arm/mach-ux500/platsmp.c      |    4 ++-
 10 files changed, 134 insertions(+), 169 deletions(-)
 create mode 100644 arch/arm/common/hotplug.c
 create mode 100644 arch/arm/include/asm/hotplug.h
 create mode 100644 arch/arm/mach-ux500/hotplug.c

-- 
1.7.2.dirty




More information about the linux-arm-kernel mailing list