commit | 207918461eb0aca720fddec5da79bc71c133b9f1 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Oct 08 20:02:03 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Oct 12 16:19:45 2015 +0100 |
tree | 3e6133bef93e5ed5e0610ca6f536b23e97d0b736 | |
parent | d4dddfdbbc75f46d2cbab4e9f421999452617d64 [diff] |
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>