Uncomment more sleep/suspend code

This commit is contained in:
Michael Scire
2018-02-27 16:10:51 -08:00
parent 235b7b65e1
commit 7a9e031bff
5 changed files with 33 additions and 6 deletions

View File

@@ -227,3 +227,12 @@ invalidate_icache_inner_shareable:
dsb ish
isb
ret
/* Call a function with desired stack pointer. */
.section .text.call_with_stack_pointer, "ax", %progbits
.type call_with_stack_pointer, %function
.global call_with_stack_pointer
call_with_stack_pointer:
mov sp, x0
br x1