diff options
Diffstat (limited to 'services/std_svc/psci/psci_entry.S')
-rw-r--r-- | services/std_svc/psci/psci_entry.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/std_svc/psci/psci_entry.S b/services/std_svc/psci/psci_entry.S index e2c690db..ec55a819 100644 --- a/services/std_svc/psci/psci_entry.S +++ b/services/std_svc/psci/psci_entry.S @@ -75,7 +75,6 @@ psci_aff_common_finish_entry: * --------------------------------------------- */ msr spsel, #0 - isb bl read_mpidr mov x19, x0 @@ -158,7 +157,7 @@ func __psci_cpu_suspend ret func final_wfi - dsb sy + dsb sy // ensure write buffer empty wfi wfi_spill: b wfi_spill |