diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2013-01-02 10:34:50 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-01-29 11:56:37 -0500 |
commit | 0459ca9b7a9f86d0523e008b79c1fcf1afbd3635 (patch) | |
tree | 9335ea2e0846db15814d103be93824ae892ad32f /arch/arm64/kernel/smp.c | |
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/kernel/smp.c')
-rw-r--r-- | arch/arm64/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c index 7776922945af..bdd34597254b 100644 --- a/arch/arm64/kernel/smp.c +++ b/arch/arm64/kernel/smp.c | |||
@@ -236,6 +236,7 @@ static void (*smp_cross_call)(const struct cpumask *, unsigned int); | |||
236 | 236 | ||
237 | static const struct smp_enable_ops *enable_ops[] __initconst = { | 237 | static const struct smp_enable_ops *enable_ops[] __initconst = { |
238 | &smp_spin_table_ops, | 238 | &smp_spin_table_ops, |
239 | &smp_psci_ops, | ||
239 | NULL, | 240 | NULL, |
240 | }; | 241 | }; |
241 | 242 | ||