[PATCH V6 5/5] arm: mvebu: Add SMP support for Armada XP

Will Deacon will.deacon at arm.com
Thu Nov 22 02:17:20 EST 2012


On Wed, Nov 21, 2012 at 02:59:30PM +0000, Gregory CLEMENT wrote:
> This enables SMP support on the Armada XP processor. It adds the
> mandatory functions to support SMP such as: the SMP initialization
> functions in platsmp.c, the secondary CPU entry point in headsmp.S and
> the CPU hotplug initial support in hotplug.c.
> 
> Signed-off-by: Yehuda Yitschak <yehuday at marvell.com>
> Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>
> ---
>  arch/arm/configs/mvebu_defconfig    |    3 +
>  arch/arm/mach-mvebu/Kconfig         |    1 +
>  arch/arm/mach-mvebu/Makefile        |    2 +
>  arch/arm/mach-mvebu/armada-370-xp.c |    3 +
>  arch/arm/mach-mvebu/common.h        |    3 +
>  arch/arm/mach-mvebu/headsmp.S       |   49 ++++++++++++++
>  arch/arm/mach-mvebu/hotplug.c       |   30 +++++++++
>  arch/arm/mach-mvebu/platsmp.c       |  122 +++++++++++++++++++++++++++++++++++
>  8 files changed, 213 insertions(+)
>  create mode 100644 arch/arm/mach-mvebu/headsmp.S
>  create mode 100644 arch/arm/mach-mvebu/hotplug.c
>  create mode 100644 arch/arm/mach-mvebu/platsmp.c

Reviewed-by: Will Deacon <will.deacon at arm.com>

Will


More information about the devicetree-discuss mailing list