summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/memcpy.S
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-10-08 20:02:03 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2015-10-12 16:19:45 +0100
commit207918461eb0aca720fddec5da79bc71c133b9f1 (patch)
tree3e6133bef93e5ed5e0610ca6f536b23e97d0b736 /arch/arm64/lib/memcpy.S
parentd4dddfdbbc75f46d2cbab4e9f421999452617d64 (diff)
downloadop-kernel-dev-207918461eb0aca720fddec5da79bc71c133b9f1.zip
op-kernel-dev-207918461eb0aca720fddec5da79bc71c133b9f1.tar.gz
arm64: use ENDPIPROC() to annotate position independent assembler routines
For more control over which functions are called with the MMU off or with the UEFI 1:1 mapping active, annotate some assembler routines as position independent. This is done by introducing ENDPIPROC(), which replaces the ENDPROC() declaration of those routines. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/lib/memcpy.S')
-rw-r--r--arch/arm64/lib/memcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/memcpy.S b/arch/arm64/lib/memcpy.S
index 173a1aa..36a6a62 100644
--- a/arch/arm64/lib/memcpy.S
+++ b/arch/arm64/lib/memcpy.S
@@ -71,4 +71,4 @@
ENTRY(memcpy)
#include "copy_template.S"
ret
-ENDPROC(memcpy)
+ENDPIPROC(memcpy)
OpenPOWER on IntegriCloud