arm64: SMP: enable PSCI boot method
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 2 Jan 2013 15:34:50 +0000 (15:34 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 29 Jan 2013 16:56:37 +0000 (16:56 +0000)
commit0459ca9b7a9f86d0523e008b79c1fcf1afbd3635
tree9335ea2e0846db15814d103be93824ae892ad32f
parente790f1deb26a2e23f05dee0b9a5d4f764c3d7ea7
arm64: SMP: enable PSCI boot method

Wire the PSCI implementation into the SMP secondary startup
code.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/smp.h
arch/arm64/kernel/Makefile
arch/arm64/kernel/smp.c
arch/arm64/kernel/smp_psci.c [new file with mode: 0644]