summaryrefslogtreecommitdiff
path: root/services/std_svc
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-05-08 12:25:02 +0100
committerdanh-arm <dan.handley@arm.com>2014-05-08 12:25:02 +0100
commit401607cf31ca8a752ee3154d45b69ee4995a8923 (patch)
treec9deb4a5a94c1a5d0eb3960444c6981d0c5f00c7 /services/std_svc
parent18a17e6a4a146452dc3fa7dd8ad6aecf3a575e80 (diff)
parentc3260f9b82c5017ca078f090c03cd7135ee8f8c9 (diff)
Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu_context-1
Preserve x19-x29 across world switch for exception handling
Diffstat (limited to 'services/std_svc')
-rw-r--r--services/std_svc/psci/psci_entry.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/std_svc/psci/psci_entry.S b/services/std_svc/psci/psci_entry.S
index 25adaa1..256c538 100644
--- a/services/std_svc/psci/psci_entry.S
+++ b/services/std_svc/psci/psci_entry.S
@@ -102,7 +102,6 @@ psci_aff_common_finish_entry:
mrs x0, mpidr_el1
bl platform_set_stack
- zero_callee_saved_regs
b el3_exit
_panic:
b _panic