aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8/cache_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/armv8/cache_helpers.S')
-rw-r--r--src/arch/arm64/armv8/cache_helpers.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/arm64/armv8/cache_helpers.S b/src/arch/arm64/armv8/cache_helpers.S
index dc74dad04f..b94bc30781 100644
--- a/src/arch/arm64/armv8/cache_helpers.S
+++ b/src/arch/arm64/armv8/cache_helpers.S
@@ -54,7 +54,7 @@
b do_dcsw_op
.endm
-do_dcsw_op:
+ENTRY(do_dcsw_op)
cbz x3, exit
mov x10, xzr
adr x14, dcsw_loop_table // compute inner loop address
@@ -92,6 +92,7 @@ level_done:
isb
exit:
ret
+ENDPROC(do_dcsw_op)
.macro dcsw_loop _op
loop2_\_op: