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>
diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
index 7776922..bdd3459 100644
--- a/arch/arm64/kernel/smp.c
+++ b/arch/arm64/kernel/smp.c
@@ -236,6 +236,7 @@
 
 static const struct smp_enable_ops *enable_ops[] __initconst = {
 	&smp_spin_table_ops,
+	&smp_psci_ops,
 	NULL,
 };