ARM: consolidate pen_release instead of having per platform definitions
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 12 Jun 2012 10:16:27 +0000 (11:16 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 09:15:01 +0000 (11:15 +0200)
commit28e8e29c616f947348cc66bea684d0035c76021a
treee60188267452962f522f5c94ca77546257c8466a
parentac6c7998712d55bd15aa2dd5ae85f5988c0cb526
ARM: consolidate pen_release instead of having per platform definitions

Almost each SMP platform defines pen_release to manage booting secondary
CPUs. This of course clashes with the single zImage effort.

Add the pen_release definition to the ARM SMP code, and remove all others.
This should only be used by platforms which lack any kind of CPU power
management...

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
13 files changed:
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c
arch/arm/mach-exynos/hotplug.c
arch/arm/mach-exynos/platsmp.c
arch/arm/mach-msm/hotplug.c
arch/arm/mach-msm/platsmp.c
arch/arm/mach-realview/hotplug.c
arch/arm/mach-spear13xx/hotplug.c
arch/arm/mach-spear13xx/platsmp.c
arch/arm/mach-ux500/hotplug.c
arch/arm/mach-ux500/platsmp.c
arch/arm/mach-vexpress/hotplug.c
arch/arm/plat-versatile/platsmp.c