summaryrefslogtreecommitdiff
path: root/lib/aarch64
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-03-27 16:06:02 +0000
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-04-03 14:55:18 +0100
commitc6cafcd770ddfe09a225fe81ebce769eb671c304 (patch)
treef352affa61f81262488187df3e892c2bb1b2284b /lib/aarch64
parentcc69cfd28c6057b2929af312b6ddae9579a1cd63 (diff)
Remove deprecated interfaces
Change-Id: I14fcabbdfd53153d1d5f187f6f8b23a045794408 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'lib/aarch64')
-rw-r--r--lib/aarch64/misc_helpers.S30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/aarch64/misc_helpers.S b/lib/aarch64/misc_helpers.S
index a24bf90e..d298f2b6 100644
--- a/lib/aarch64/misc_helpers.S
+++ b/lib/aarch64/misc_helpers.S
@@ -10,11 +10,6 @@
#include <common/bl_common.h>
#include <lib/xlat_tables/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,31 +25,6 @@
.globl enable_vfp
#endif
-#if !ERROR_DEPRECATED
-func get_afflvl_shift
- cmp x0, #3
- cinc x0, x0, eq
- mov x1, #MPIDR_AFFLVL_SHIFT
- lsl x0, x0, x1
- ret
-endfunc get_afflvl_shift
-
-func mpidr_mask_lower_afflvls
- cmp x1, #3
- cinc x1, x1, eq
- mov x2, #MPIDR_AFFLVL_SHIFT
- lsl x2, x1, x2
- lsr x0, x0, x2
- lsl x0, x0, x2
- ret
-endfunc mpidr_mask_lower_afflvls
-
-
-func eret
- eret
-endfunc eret
-#endif /* ERROR_DEPRECATED */
-
func smc
smc #0
endfunc smc