commit | 45f5984a8a528f7507f3ec860d297934d4449ad1 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | Wed Nov 14 22:51:08 2012 +0100 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Wed Nov 21 16:49:38 2012 +0100 |
tree | 2491bbc83f450f2630ab2b3792698f29c374b79b | |
parent | de4901933f6dfc0180f761790d3f47fc64e6270f [diff] |
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>