arm: mvebu: Add SMP support for Armada XP
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 14 Nov 2012 21:51:08 +0000 (22:51 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 21 Nov 2012 15:49:38 +0000 (16:49 +0100)
commit45f5984a8a528f7507f3ec860d297934d4449ad1
tree2491bbc83f450f2630ab2b3792698f29c374b79b
parentde4901933f6dfc0180f761790d3f47fc64e6270f
arm: mvebu: Add SMP support for Armada XP

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@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
arch/arm/configs/mvebu_defconfig
arch/arm/mach-mvebu/Kconfig
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/armada-370-xp.c
arch/arm/mach-mvebu/common.h
arch/arm/mach-mvebu/headsmp.S [new file with mode: 0644]
arch/arm/mach-mvebu/hotplug.c [new file with mode: 0644]
arch/arm/mach-mvebu/platsmp.c [new file with mode: 0644]
This page took 0.031022 seconds and 5 git commands to generate.