ARM: shmobile: Shared APMU SMP support code without DT
authorMagnus Damm <damm@opensource.se>
Wed, 28 Aug 2013 23:21:58 +0000 (08:21 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 Sep 2013 08:55:53 +0000 (17:55 +0900)
commita112de8c7ae231f396e28160e84d0eab3a79dffc
tree176f0b32785a27bde8a27f683a95beedcf1f48ae
parenta84a5ab73f77a5dd4f09f0af33f09d8d751d0cc7
ARM: shmobile: Shared APMU SMP support code without DT

Introduce shared APMU SMP code for mach-shmobile. Both SMP boot up
and CPU Hotplug is supported. This version does not use DT but
if needed this will be added as an incremental feature patch.

The code is designed around CONFIG_NR_CPUS and should in theory support
any number of APMUs, however due to the current DT-less static design
only a single APMU is supported.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/common.h
arch/arm/mach-shmobile/platsmp-apmu.c [new file with mode: 0644]
This page took 0.025693 seconds and 5 git commands to generate.