summaryrefslogtreecommitdiff
path: root/include/asm_macros.S
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm_macros.S')
-rw-r--r--include/asm_macros.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm_macros.S b/include/asm_macros.S
index 9de135ca..decef0b9 100644
--- a/include/asm_macros.S
+++ b/include/asm_macros.S
@@ -54,18 +54,6 @@
.endm
- .macro exception_entry func
- stp x29, x30, [sp, #-(SIZEOF_GPREGS - GPREGS_FP_OFF)]!
- bl \func
- .endm
-
-
- .macro exception_exit func
- bl \func
- ldp x29, x30, [sp], #(SIZEOF_GPREGS - GPREGS_FP_OFF)
- .endm
-
-
.macro smc_check label
bl read_esr
ubfx x0, x0, #ESR_EC_SHIFT, #ESR_EC_LENGTH