diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-12-18 13:50:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 13:50:38 +0100 |
commit | bcc7ad76c62fe7a65b14cf796b3beb9813e2da69 (patch) | |
tree | d0aaf089c8d982207e36e5d82f96c5785232aed0 /lib/aarch64/misc_helpers.S | |
parent | 08fd68a27d3c668a1481335580d553049f30b833 (diff) | |
parent | b4474fabe850cb75eeb895a3d7eff6b68e6ab072 (diff) |
Merge pull request #1722 from antonio-nino-diaz-arm/an/arch
Synchronize architectural headers with TF-A-Tests
Diffstat (limited to 'lib/aarch64/misc_helpers.S')
-rw-r--r-- | lib/aarch64/misc_helpers.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/aarch64/misc_helpers.S b/lib/aarch64/misc_helpers.S index 002942e8..8920f729 100644 --- a/lib/aarch64/misc_helpers.S +++ b/lib/aarch64/misc_helpers.S @@ -9,9 +9,11 @@ #include <assert_macros.S> #include <xlat_tables_defs.h> +#if !ERROR_DEPRECATED .globl get_afflvl_shift .globl mpidr_mask_lower_afflvls .globl eret +#endif /* ERROR_DEPRECATED */ .globl smc .globl zero_normalmem @@ -30,6 +32,7 @@ .globl enable_vfp #endif +#if !ERROR_DEPRECATED func get_afflvl_shift cmp x0, #3 cinc x0, x0, eq @@ -52,7 +55,7 @@ endfunc mpidr_mask_lower_afflvls func eret eret endfunc eret - +#endif /* ERROR_DEPRECATED */ func smc smc #0 |