aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/mcpm_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/common/mcpm_entry.c')
-rw-r--r--arch/arm/common/mcpm_entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/mcpm_entry.c b/arch/arm/common/mcpm_entry.c
index ad574d20415c..1b1b82b37ce0 100644
--- a/arch/arm/common/mcpm_entry.c
+++ b/arch/arm/common/mcpm_entry.c
@@ -381,7 +381,7 @@ static int __init nocache_trampoline(unsigned long _arg)
381 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); 381 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1);
382 phys_reset_t phys_reset; 382 phys_reset_t phys_reset;
383 383
384 mcpm_set_entry_vector(cpu, cluster, cpu_resume); 384 mcpm_set_entry_vector(cpu, cluster, cpu_resume_no_hyp);
385 setup_mm_for_reboot(); 385 setup_mm_for_reboot();
386 386
387 __mcpm_cpu_going_down(cpu, cluster); 387 __mcpm_cpu_going_down(cpu, cluster);