]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ARM: shmobile: Introduce shared SCU SMP boot code
authorMagnus Damm <damm@opensource.se>
Wed, 31 Jul 2013 07:07:12 +0000 (16:07 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Aug 2013 09:07:24 +0000 (18:07 +0900)
commitc970d4ef3ac6d56f5fd02902ad2ad80377c0bca1
treee65617739137b1a044c214afcff595a07a88737e
parent8b3e32c1fe5dce55e28e76b20361841dc863ec17
ARM: shmobile: Introduce shared SCU SMP boot code

Add SMP boot functions for SCU equipped mach-shmobile SoCs.

At this point shmobile_smp_scu_prepare_cpus() controls the SCU and
installs boot fn and arg, while shmobile_smp_scu_boot_secondary()
currently does nothing. In the future the boot function and arg
install code will be reworked, so the empty function is ground
work for that.

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-scu.c [new file with mode: 0644]