diff options
author | danh-arm <dan.handley@arm.com> | 2015-04-09 11:37:01 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-04-09 11:37:01 +0100 |
commit | 9c7eecce726c2089494a4e4b31374a34a34ec7f0 (patch) | |
tree | 345141826138671577efda8e8b8426dd3f039916 /services/std_svc/psci/psci_helpers.S | |
parent | cd319142464907e3760129f3e245a325300eb3c3 (diff) | |
parent | 8b779620d3bad024b83650ecfeaafd7b3ae26ccf (diff) |
Merge pull request #284 from kpet/kp/tf-issues-295
Add support to indicate size and end of assembly functions
Diffstat (limited to 'services/std_svc/psci/psci_helpers.S')
-rw-r--r-- | services/std_svc/psci/psci_helpers.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/std_svc/psci/psci_helpers.S b/services/std_svc/psci/psci_helpers.S index 9a51d5c2..1d99158e 100644 --- a/services/std_svc/psci/psci_helpers.S +++ b/services/std_svc/psci/psci_helpers.S @@ -120,6 +120,7 @@ do_stack_maintenance: ldp x19, x20, [sp], #16 ldp x29, x30, [sp], #16 ret +endfunc psci_do_pwrdown_cache_maintenance /* ----------------------------------------------------------------------- @@ -164,3 +165,4 @@ func psci_do_pwrup_cache_maintenance ldp x29, x30, [sp], #16 ret +endfunc psci_do_pwrup_cache_maintenance |