aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq/platsmp.c
Commit message (Collapse)AuthorAge
* Merge branch 'gic/cleanup' into next/soc2Arnd Bergmann2013-04-08
| | | | | | | | | | | | | | Both zynq and shmobile have conflicts against the gic cleanup series, resolved here. Conflicts: arch/arm/mach-shmobile/smp-emev2.c arch/arm/mach-shmobile/smp-r8a7779.c arch/arm/mach-shmobile/smp-sh73a0.c arch/arm/mach-zynq/platsmp.c drivers/gpio/gpio-pl061.c Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* arm: zynq: Add hotplug supportMichal Simek2013-04-04
| | | | Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm: zynq: Add smp supportMichal Simek2013-04-04
Zynq is dual core Cortex A9 which starts always at zero. Using simple trampoline ensure long jump to secondary_startup code. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>