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 <[email protected]> > Signed-off-by: Gregory CLEMENT <[email protected]> > --- > 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 <[email protected]> Will _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
