diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2013-01-02 15:34:50 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-01-29 16:56:37 +0000 |
commit | 0459ca9b7a9f86d0523e008b79c1fcf1afbd3635 (patch) | |
tree | 9335ea2e0846db15814d103be93824ae892ad32f /arch/arm64/include/asm/smp.h | |
parent | e790f1deb26a2e23f05dee0b9a5d4f764c3d7ea7 (diff) |
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>
Diffstat (limited to 'arch/arm64/include/asm/smp.h')
-rw-r--r-- | arch/arm64/include/asm/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/smp.h b/arch/arm64/include/asm/smp.h index b1f68c19d170..4b8023c5d146 100644 --- a/arch/arm64/include/asm/smp.h +++ b/arch/arm64/include/asm/smp.h @@ -75,5 +75,6 @@ struct smp_enable_ops { }; extern const struct smp_enable_ops smp_spin_table_ops; +extern const struct smp_enable_ops smp_psci_ops; #endif /* ifndef __ASM_SMP_H */ |